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/spectraswconfig.h | |
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/spectraswconfig.h')
-rw-r--r-- | drivers/block/spectra/spectraswconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/spectra/spectraswconfig.h b/drivers/block/spectra/spectraswconfig.h index b630f0651b31..1e6afd372fe4 100644 --- a/drivers/block/spectra/spectraswconfig.h +++ b/drivers/block/spectra/spectraswconfig.h @@ -47,7 +47,7 @@ /***** Product Feature Support *****/ #define FLASH_EMU defined(CONFIG_MRST_NAND_EMU) #define FLASH_NAND defined(CONFIG_MRST_NAND_HW) -#define CMD_DMA 0 +#define CMD_DMA defined(CONFIG_MRST_NAND_HW_DMA) #define SPECTRA_PARTITION_ID 0 |