]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mtd: rawnand: davinci: Always depends on TI_AEMIF
authorBastien Curutchet <bastien.curutchet@bootlin.com>
Wed, 4 Dec 2024 09:43:17 +0000 (10:43 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 24 Dec 2024 14:48:00 +0000 (15:48 +0100)
commitea11788df2ac07c2ddc126ffc89c4692aa78cb4d
tree7c89ff27a1a1cd2e02d6ef5e1dff315331456433
parent376a0b999758063b93cc8aa25c3574669a3c628e
mtd: rawnand: davinci: Always depends on TI_AEMIF

DAVINCI_NAND depends on TI_AEMIF only when ARCH_KEYSTONE is selected
while the NAND controller is also always a part of the AEMIF controller
on DaVinci SoCs.

Set a dependency on TI_AEMIF regardless of the selected architecture.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202411020140.3wsKJOSB-lkp@intel.com/
Closes: https://lore.kernel.org/oe-kbuild-all/202411020957.X1T8T9ZR-lkp@intel.com/
Signed-off-by: Bastien Curutchet <bastien.curutchet@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/Kconfig