mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-11 21:53:29 +08:00
e4aa8edb6e
Add CMD_GPIO to Kconfig and run tools/moveconfig.py . Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Simon Glass <sjg@chromium.org>
10 lines
240 B
Plaintext
10 lines
240 B
Plaintext
CONFIG_MICROBLAZE=y
|
|
CONFIG_TARGET_MICROBLAZE_GENERIC=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic"
|
|
CONFIG_SPL=y
|
|
CONFIG_SYS_PROMPT="U-Boot-mONStR> "
|
|
CONFIG_CMD_GPIO=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_OF_EMBED=y
|