3 tristate "Denali Spectra Flash Translation Layer"
8 Enable the FTL pseudo-filesystem used with the NAND Flash
9 controller on Intel Moorestown Platform to pretend to be a disk.
14 default SPECTRA_MRST_HW
16 config SPECTRA_MRST_HW
17 bool "Moorestown hardware mode"
19 Driver communicates with the Moorestown hardware's register interface.
26 Driver communicates with the kernel MTD subsystem instead of its own
27 built-in hardware driver.
30 bool "RAM emulator testing"
32 Driver emulates Flash on a RAM buffer and / or disk file. Useful to test the behavior of FTL layer.
36 config SPECTRA_MRST_HW_DMA
39 depends on SPECTRA_MRST_HW
41 Use DMA for native hardware interface.