The ALTERA_QSPI driver conflicts with the regular FLASH_CFI_DRIVER as
both implement the same high level functionality and so use the same
global namespace. In a similar fashion, all NAND drivers are mutually
exclusive due to namespace collisions. For the remaining drivers which
did not already have some architecture specific dependency, add them.
Signed-off-by: Tom Rini <trini@konsulko.com>
config ALTERA_QSPI
bool "Altera Generic Quad SPI Controller"
- depends on DM_MTD
+ depends on DM_MTD && !FLASH_CFI_DRIVER
select USE_SYS_MAX_FLASH_BANKS
help
This enables access to Altera EPCQ/EPCS flash chips using the
bool "Support Denali NAND controller as a DT device"
select NAND_DENALI
select SPL_SYS_NAND_SELF_INIT
- depends on OF_CONTROL && DM_MTD
+ depends on OF_CONTROL && DM_MTD && (ARCH_SOCFPGA || ARCH_UNIPHIER)
help
Enable the driver for NAND flash on platforms using a Denali NAND
controller as a DT device.
config NAND_VF610_NFC
bool "Support for Freescale NFC for VF610"
+ depends on ARCH_VF610
select SYS_NAND_SELF_INIT
select SYS_NAND_DRIVER_ECC_LAYOUT
imply CMD_NAND