mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00: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>
7 lines
163 B
Text
7 lines
163 B
Text
CONFIG_PPC=y
|
|
CONFIG_MPC85xx=y
|
|
CONFIG_TARGET_T102XQDS=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="PPC_T1024,SYS_FSL_DDR4"
|
|
CONFIG_SPI_FLASH=y
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_FSL_ESPI=y
|