]> bbs.cooldavid.org Git - net-next-2.6.git/blob - drivers/block/spectra/Kconfig
dae951e96e6bdccb1504a389a2d9478039da3672
[net-next-2.6.git] / drivers / block / spectra / Kconfig
1
2 menuconfig MRST_NAND
3         tristate "Moorestown NAND Flash controller"
4         depends on BLOCK
5         default n
6         ---help---
7           Enable the driver for the NAND Flash controller in Intel Moorestown
8           Platform
9
10 choice
11         prompt "Compile for"
12         depends on MRST_NAND
13         default MRST_NAND_HW
14
15 config MRST_NAND_HW
16         bool "Actual hardware mode"
17         help
18           Driver communicates with the actual hardware's register interface.
19           in DMA mode.
20
21 config MRST_NAND_EMU
22         bool "RAM emulator testing"
23         help
24           Driver emulates Flash on a RAM buffer and / or disk file.  Useful to test the behavior of FTL layer.
25
26 endchoice
27
28 config MRST_NAND_HW_DMA
29        bool
30        default n
31        depends on MRST_NAND_HW
32        help
33          Use DMA for native hardware interface.