We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376a0b9 commit ea11788Copy full SHA for ea11788
drivers/mtd/nand/raw/Kconfig
@@ -279,8 +279,8 @@ config MTD_NAND_SH_FLCTL
279
280
config MTD_NAND_DAVINCI
281
tristate "DaVinci/Keystone NAND controller"
282
- depends on ARCH_DAVINCI || (ARCH_KEYSTONE && TI_AEMIF) || COMPILE_TEST
283
- depends on HAS_IOMEM
+ depends on COMPILE_TEST || ARCH_DAVINCI || ARCH_KEYSTONE
+ depends on HAS_IOMEM && TI_AEMIF
284
help
285
Enable the driver for NAND flash chips on Texas Instruments
286
DaVinci/Keystone processors.
0 commit comments