diff options
-rw-r--r-- | drivers/memstick/host/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/memstick/host/Kconfig b/drivers/memstick/host/Kconfig index 4f7a17fd1aa7..1b37cf8cd204 100644 --- a/drivers/memstick/host/Kconfig +++ b/drivers/memstick/host/Kconfig | |||
@@ -5,8 +5,8 @@ | |||
5 | comment "MemoryStick Host Controller Drivers" | 5 | comment "MemoryStick Host Controller Drivers" |
6 | 6 | ||
7 | config MEMSTICK_TIFM_MS | 7 | config MEMSTICK_TIFM_MS |
8 | tristate "TI Flash Media MemoryStick Interface support (EXPERIMENTAL)" | 8 | tristate "TI Flash Media MemoryStick Interface support " |
9 | depends on EXPERIMENTAL && PCI | 9 | depends on PCI |
10 | select TIFM_CORE | 10 | select TIFM_CORE |
11 | help | 11 | help |
12 | Say Y here if you want to be able to access MemoryStick cards with | 12 | Say Y here if you want to be able to access MemoryStick cards with |
@@ -21,8 +21,8 @@ config MEMSTICK_TIFM_MS | |||
21 | module will be called tifm_ms. | 21 | module will be called tifm_ms. |
22 | 22 | ||
23 | config MEMSTICK_JMICRON_38X | 23 | config MEMSTICK_JMICRON_38X |
24 | tristate "JMicron JMB38X MemoryStick interface support (EXPERIMENTAL)" | 24 | tristate "JMicron JMB38X MemoryStick interface support" |
25 | depends on EXPERIMENTAL && PCI | 25 | depends on PCI |
26 | 26 | ||
27 | help | 27 | help |
28 | Say Y here if you want to be able to access MemoryStick cards with | 28 | Say Y here if you want to be able to access MemoryStick cards with |
@@ -32,8 +32,8 @@ config MEMSTICK_JMICRON_38X | |||
32 | module will be called jmb38x_ms. | 32 | module will be called jmb38x_ms. |
33 | 33 | ||
34 | config MEMSTICK_R592 | 34 | config MEMSTICK_R592 |
35 | tristate "Ricoh R5C592 MemoryStick interface support (EXPERIMENTAL)" | 35 | tristate "Ricoh R5C592 MemoryStick interface support" |
36 | depends on EXPERIMENTAL && PCI | 36 | depends on PCI |
37 | 37 | ||
38 | help | 38 | help |
39 | Say Y here if you want to be able to access MemoryStick cards with | 39 | Say Y here if you want to be able to access MemoryStick cards with |