mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-05 10:33:42 +08:00
e5d5d4474a
There are already Kconfig options for SPI drivers, but we have not moved them from config.h to defconfig files. This commit does this in a batch. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
21 lines
482 B
Plaintext
21 lines
482 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_TEGRA=y
|
|
CONFIG_SPL_DM=y
|
|
CONFIG_TEGRA30=y
|
|
CONFIG_TARGET_CARDHU=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="tegra30-cardhu"
|
|
CONFIG_SYS_PROMPT="Tegra30 (Cardhu) # "
|
|
# 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_SYS_NS16550=y
|
|
CONFIG_TEGRA20_SLINK=y
|
|
CONFIG_USB=y
|
|
CONFIG_DM_USB=y
|
|
CONFIG_USE_PRIVATE_LIBGCC=y
|