]> git.karo-electronics.de Git - mv-sheeva.git/blob - drivers/staging/spectra/Kconfig
ASoC: Store DC offset correction for wm_hubs devices in class W mode
[mv-sheeva.git] / drivers / staging / spectra / Kconfig
1
2 menuconfig SPECTRA
3         tristate "Denali Spectra Flash Translation Layer"
4         depends on BLOCK
5         default n
6         ---help---
7           Enable the FTL pseudo-filesystem used with the NAND Flash
8           controller on Intel Moorestown Platform to pretend to be a disk
9
10 choice
11         prompt "Compile for"
12         depends on SPECTRA
13         default SPECTRA_MRST_HW
14
15 config SPECTRA_MRST_HW
16         bool "Moorestown hardware mode"
17         help
18           Driver communicates with the Moorestown hardware's register interface.
19           in DMA mode.
20
21 config SPECTRA_MTD
22         bool "Linux MTD mode"
23         depends on MTD
24         help
25           Driver communicates with the kernel MTD subsystem instead of its own
26           built-in hardware driver.
27
28 config SPECTRA_EMU
29         bool "RAM emulator testing"
30         help
31           Driver emulates Flash on a RAM buffer and / or disk file.  Useful to test the behavior of FTL layer.
32
33 endchoice
34
35 config SPECTRA_MRST_HW_DMA
36        bool
37        default n
38        depends on SPECTRA_MRST_HW
39        help
40          Use DMA for native hardware interface.