Browse Source

Staging: spectra: depend on X86_MRST

lld_nand fails to build on arches without virt_to_bus. Since this driver
is specifically for hardware enablment on Moorestown, this patch adds
Moorestown MID support as a dependency.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Jeff Mahoney 15 years ago
parent
commit
11ac33a5f2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/spectra/Kconfig

+ 1 - 0
drivers/staging/spectra/Kconfig

@@ -2,6 +2,7 @@
 menuconfig SPECTRA
 menuconfig SPECTRA
 	tristate "Denali Spectra Flash Translation Layer"
 	tristate "Denali Spectra Flash Translation Layer"
 	depends on BLOCK
 	depends on BLOCK
+	depends on X86_MRST
 	default n
 	default n
 	---help---
 	---help---
 	  Enable the FTL pseudo-filesystem used with the NAND Flash
 	  Enable the FTL pseudo-filesystem used with the NAND Flash