diff options
Diffstat (limited to 'drivers/block/spectra/Kconfig')
-rw-r--r-- | drivers/block/spectra/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/block/spectra/Kconfig b/drivers/block/spectra/Kconfig index dae951e..4bed96f 100644 --- a/drivers/block/spectra/Kconfig +++ b/drivers/block/spectra/Kconfig @@ -18,6 +18,13 @@ config MRST_NAND_HW Driver communicates with the actual hardware's register interface. in DMA mode. +config MRST_NAND_MTD + bool "Linux MTD mode" + depends on MTD + help + Driver communicates with the kernel MTD subsystem instead of its own + built-in hardware driver. + config MRST_NAND_EMU bool "RAM emulator testing" help |