diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/misc/Kconfig | 2 | ||||
-rw-r--r-- | drivers/mmc/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 89bba277da5f..bedae4ad3f74 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -42,7 +42,7 @@ config SGI_IOC4 | |||
42 | 42 | ||
43 | config TIFM_CORE | 43 | config TIFM_CORE |
44 | tristate "TI Flash Media interface support (EXPERIMENTAL)" | 44 | tristate "TI Flash Media interface support (EXPERIMENTAL)" |
45 | depends on EXPERIMENTAL | 45 | depends on EXPERIMENTAL && PCI |
46 | help | 46 | help |
47 | If you want support for Texas Instruments(R) Flash Media adapters | 47 | If you want support for Texas Instruments(R) Flash Media adapters |
48 | you should select this option and then also choose an appropriate | 48 | you should select this option and then also choose an appropriate |
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 4224686fdf2a..12af9c718764 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig | |||
@@ -111,7 +111,7 @@ config MMC_IMX | |||
111 | 111 | ||
112 | config MMC_TIFM_SD | 112 | config MMC_TIFM_SD |
113 | tristate "TI Flash Media MMC/SD Interface support (EXPERIMENTAL)" | 113 | tristate "TI Flash Media MMC/SD Interface support (EXPERIMENTAL)" |
114 | depends on MMC && EXPERIMENTAL | 114 | depends on MMC && EXPERIMENTAL && PCI |
115 | select TIFM_CORE | 115 | select TIFM_CORE |
116 | help | 116 | help |
117 | Say Y here if you want to be able to access MMC/SD cards with | 117 | Say Y here if you want to be able to access MMC/SD cards with |