68d5342017
There are already Kconfig options for SPI flash 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>
10 lines
234 B
Plaintext
10 lines
234 B
Plaintext
CONFIG_BLACKFIN=y
|
|
CONFIG_TARGET_BF525_UCR2=y
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
# CONFIG_CMD_NET is not set
|
|
# CONFIG_CMD_NFS is not set
|
|
CONFIG_SPI_FLASH=y
|
|
CONFIG_SPI_FLASH_EON=y
|