Ver Fonte

[PATCH] TIFM should depend on PCI - TIFM_CORE leads to use of pci primitives

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Al Viro há 18 anos atrás
pai
commit
9f3bed5fdb
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      drivers/misc/Kconfig
  2. 1 1
      drivers/mmc/Kconfig

+ 1 - 1
drivers/misc/Kconfig

@@ -42,7 +42,7 @@ config SGI_IOC4
 
 
 config TIFM_CORE
 config TIFM_CORE
 	tristate "TI Flash Media interface support (EXPERIMENTAL)"
 	tristate "TI Flash Media interface support (EXPERIMENTAL)"
-	depends on EXPERIMENTAL
+	depends on EXPERIMENTAL && PCI
 	help
 	help
 	  If you want support for Texas Instruments(R) Flash Media adapters
 	  If you want support for Texas Instruments(R) Flash Media adapters
 	  you should select this option and then also choose an appropriate
 	  you should select this option and then also choose an appropriate

+ 1 - 1
drivers/mmc/Kconfig

@@ -111,7 +111,7 @@ config MMC_IMX
 
 
 config MMC_TIFM_SD
 config MMC_TIFM_SD
 	tristate "TI Flash Media MMC/SD Interface support  (EXPERIMENTAL)"
 	tristate "TI Flash Media MMC/SD Interface support  (EXPERIMENTAL)"
-	depends on MMC && EXPERIMENTAL
+	depends on MMC && EXPERIMENTAL && PCI
 	select TIFM_CORE
 	select TIFM_CORE
 	help
 	help
 	  Say Y here if you want to be able to access MMC/SD cards with
 	  Say Y here if you want to be able to access MMC/SD cards with