7f251a7d08
It is useful to use kukui with a shell to test out its features., Add a sample for this. Signed-off-by: Simon Glass <sjg@chromium.org>
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
# Enable all useful shell commands (i.e. those with driver support)
|
|
CONFIG_SHELL=y
|
|
CONFIG_SHELL_BACKENDS=y
|
|
CONFIG_SHELL_BACKEND_SERIAL=y
|
|
CONFIG_GPIO_SHELL=y
|
|
CONFIG_I2C_SHELL=y
|