Merge tag 'u-boot-atmel-fixes-2020.01-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / drivers / mtd / nand / spi / Kconfig
1 menuconfig MTD_SPI_NAND
2         bool "SPI NAND device Support"
3         depends on DM_MTD && DM_SPI
4         select MTD_NAND_CORE
5         select SPI_MEM
6         help
7           This is the framework for the SPI NAND device drivers.