configs: Make NAND_BOOT and ONENAND_BOOT imply NAND
authorAdam Ford <aford173@gmail.com>
Sun, 8 Jul 2018 12:28:10 +0000 (07:28 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 22 Jul 2018 02:26:58 +0000 (22:26 -0400)
commit9d04b5fe16018953720ff01eeb7636d9ec31bb36
tree3b497658a762dc6756c61ba99ab9eb84cda30360
parenteba7f1ff6c9836931f0ce2812182190862e38b5f
configs: Make NAND_BOOT and ONENAND_BOOT imply NAND

Some boards indicate support from booting NAND or
ONENAND booting, but don't enable the CONFIG_NAND.  This
makes those boards imply NAND which will make
enabling other flags that are dependent on CONFIG_NAND
possible and easier to migrate.

Signed-off-by: Adam Ford <aford173@gmail.com>
12 files changed:
common/Kconfig
configs/at91sam9m10g45ek_nandflash_defconfig
configs/at91sam9n12ek_nandflash_defconfig
configs/at91sam9x5ek_nandflash_defconfig
configs/ls2080aqds_nand_defconfig
configs/ls2080ardb_nand_defconfig
configs/sama5d2_ptc_ek_nandflash_defconfig
configs/sama5d36ek_cmp_nandflash_defconfig
configs/sama5d3_xplained_nandflash_defconfig
configs/sama5d3xek_nandflash_defconfig
configs/sama5d4_xplained_nandflash_defconfig
configs/sama5d4ek_nandflash_defconfig