mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
1de770d544
CONFIG_MTD must be reserved for the MTD core. Like any other subsystem, prefix the symbol by DM when it comes to DM support. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com> [trini: Add Kconfig files] Signed-off-by: Tom Rini <trini@konsulko.com>
7 lines
187 B
Text
7 lines
187 B
Text
menuconfig MTD_SPI_NAND
|
|
bool "SPI NAND device Support"
|
|
depends on DM_MTD && DM_SPI
|
|
select MTD_NAND_CORE
|
|
select SPI_MEM
|
|
help
|
|
This is the framework for the SPI NAND device drivers.
|