aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/drivers/mtd/nand/spi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/drivers/mtd/nand/spi/Kconfig')
-rw-r--r--roms/u-boot/drivers/mtd/nand/spi/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/mtd/nand/spi/Kconfig b/roms/u-boot/drivers/mtd/nand/spi/Kconfig
new file mode 100644
index 000000000..0777dfdf0
--- /dev/null
+++ b/roms/u-boot/drivers/mtd/nand/spi/Kconfig
@@ -0,0 +1,7 @@
+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.