summaryrefslogtreecommitdiffstats
path: root/drivers/staging/spectra/Kconfig
blob: d231ae27299d42b796d7c9f1dec2a83ee2e1694c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41

menuconfig SPECTRA
	tristate "Denali Spectra Flash Translation Layer"
	depends on BLOCK
	depends on X86_MRST
	default n
	---help---
	  Enable the FTL pseudo-filesystem used with the NAND Flash
	  controller on Intel Moorestown Platform to pretend to be a disk

choice
	prompt "Compile for"
	depends on SPECTRA
	default SPECTRA_MRST_HW

config SPECTRA_MRST_HW
	bool "Moorestown hardware mode"
	help
	  Driver communicates with the Moorestown hardware's register interface.
	  in DMA mode.

config SPECTRA_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 SPECTRA_EMU
	bool "RAM emulator testing"
	help
	  Driver emulates Flash on a RAM buffer and / or disk file.  Useful to test the behavior of FTL layer.

endchoice

config SPECTRA_MRST_HW_DMA
       bool
       default n
       depends on SPECTRA_MRST_HW
       help
         Use DMA for native hardware interface.
OpenPOWER on IntegriCloud