diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2009-10-06 15:08:29 +0100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-06-07 16:24:02 +0100 |
commit | 4087524f3924c64791fab469b731f4e7420797a2 (patch) | |
tree | 982bbf8a1ef048f8eec461d8a0cbbb1789fe2c98 /drivers/block/spectra/Kconfig | |
parent | 90d598285cd1d2cee38ad34dbb3b305816a986aa (diff) | |
download | blackbird-obmc-linux-4087524f3924c64791fab469b731f4e7420797a2.tar.gz blackbird-obmc-linux-4087524f3924c64791fab469b731f4e7420797a2.zip |
spectra: Clean up emulation vs. hardware backend support
Only build the parts which are actually needed, and turn the DMA support
(which is currently hard-coded off) into a config option (still forced off).
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/block/spectra/Kconfig')
-rw-r--r-- | drivers/block/spectra/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/block/spectra/Kconfig b/drivers/block/spectra/Kconfig index fbece109f6c6..dae951e96e6b 100644 --- a/drivers/block/spectra/Kconfig +++ b/drivers/block/spectra/Kconfig @@ -25,3 +25,9 @@ config MRST_NAND_EMU endchoice +config MRST_NAND_HW_DMA + bool + default n + depends on MRST_NAND_HW + help + Use DMA for native hardware interface. |