Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig MTD_SPI_NAND
0003         tristate "SPI NAND device Support"
0004         select MTD_NAND_CORE
0005         select MTD_NAND_ECC
0006         depends on SPI_MASTER
0007         select SPI_MEM
0008         help
0009           This is the framework for the SPI NAND device drivers.