mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00: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>
16 lines
404 B
Text
16 lines
404 B
Text
CONFIG_ARM=y
|
|
CONFIG_TEGRA=y
|
|
CONFIG_TEGRA210=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="tegra210-e2220-1170"
|
|
CONFIG_SYS_PROMPT="Tegra210 (E2220-1170) # "
|
|
# CONFIG_CMD_IMI is not set
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_FPGA is not set
|
|
CONFIG_CMD_GPIO=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
# CONFIG_CMD_NFS is not set
|
|
CONFIG_SPI_FLASH=y
|
|
CONFIG_TEGRA114_SPI=y
|
|
CONFIG_USB=y
|
|
CONFIG_DM_USB=y
|