summaryrefslogtreecommitdiffstats
path: root/drivers/staging/spectra/Kconfig
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2010-06-08 18:08:32 +0100
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-06-08 18:08:32 +0100
commit8ae4f63623c6a6d164e28d6ac327cf8287b0a24d (patch)
tree1e6d7427245dcb0cdc8605fe2b0ae518b28d2574 /drivers/staging/spectra/Kconfig
parentf39b56f6d067786b6c37c9a20776d1c0eb405a49 (diff)
downloadop-kernel-dev-8ae4f63623c6a6d164e28d6ac327cf8287b0a24d.zip
op-kernel-dev-8ae4f63623c6a6d164e28d6ac327cf8287b0a24d.tar.gz
spectra: Move to drivers/staging
It'll take some work before this is really shippable. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/staging/spectra/Kconfig')
-rw-r--r--drivers/staging/spectra/Kconfig40
1 files changed, 40 insertions, 0 deletions
diff --git a/drivers/staging/spectra/Kconfig b/drivers/staging/spectra/Kconfig
new file mode 100644
index 0000000..4bed96f
--- /dev/null
+++ b/drivers/staging/spectra/Kconfig
@@ -0,0 +1,40 @@
+
+menuconfig MRST_NAND
+ tristate "Moorestown NAND Flash controller"
+ depends on BLOCK
+ default n
+ ---help---
+ Enable the driver for the NAND Flash controller in Intel Moorestown
+ Platform
+
+choice
+ prompt "Compile for"
+ depends on MRST_NAND
+ default MRST_NAND_HW
+
+config MRST_NAND_HW
+ bool "Actual hardware mode"
+ help
+ 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
+ Driver emulates Flash on a RAM buffer and / or disk file. Useful to test the behavior of FTL layer.
+
+endchoice
+
+config MRST_NAND_HW_DMA
+ bool
+ default n
+ depends on MRST_NAND_HW
+ help
+ Use DMA for native hardware interface.
OpenPOWER on IntegriCloud