mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
ARM: uniphier: move CONFIG_NAND to defconfig
This imply was added when the option was moved by the moveconfig tool, but the intention is not clear. Move it to defconfig. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
31c86aa7fd
commit
b173c19663
4 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,6 @@ config ARCH_UNIPHIER_32BIT
|
|||
select CPU_V7_HAS_NONSEC
|
||||
select ARMV7_NONSEC
|
||||
select ARCH_SUPPORT_PSCI
|
||||
imply NAND
|
||||
|
||||
choice
|
||||
prompt "UniPhier SoC select"
|
||||
|
|
|
@ -36,6 +36,7 @@ CONFIG_GPIO_UNIPHIER=y
|
|||
CONFIG_MISC=y
|
||||
CONFIG_I2C_EEPROM=y
|
||||
CONFIG_MMC_UNIPHIER=y
|
||||
CONFIG_NAND=y
|
||||
CONFIG_NAND_DENALI=y
|
||||
CONFIG_NAND_DENALI_DT=y
|
||||
CONFIG_SYS_NAND_DENALI_64BIT=y
|
||||
|
|
|
@ -35,6 +35,7 @@ CONFIG_GPIO_UNIPHIER=y
|
|||
CONFIG_MISC=y
|
||||
CONFIG_I2C_EEPROM=y
|
||||
CONFIG_MMC_UNIPHIER=y
|
||||
CONFIG_NAND=y
|
||||
CONFIG_NAND_DENALI=y
|
||||
CONFIG_NAND_DENALI_DT=y
|
||||
CONFIG_SYS_NAND_DENALI_64BIT=y
|
||||
|
|
|
@ -36,6 +36,7 @@ CONFIG_GPIO_UNIPHIER=y
|
|||
CONFIG_MISC=y
|
||||
CONFIG_I2C_EEPROM=y
|
||||
CONFIG_MMC_UNIPHIER=y
|
||||
CONFIG_NAND=y
|
||||
CONFIG_NAND_DENALI=y
|
||||
CONFIG_NAND_DENALI_DT=y
|
||||
CONFIG_SYS_NAND_DENALI_64BIT=y
|
||||
|
|
Loading…
Reference in a new issue