diff options
| -rw-r--r-- | drivers/staging/meilhaus/Kconfig | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/drivers/staging/meilhaus/Kconfig b/drivers/staging/meilhaus/Kconfig index 6def83fa2c96..923af22a4686 100644 --- a/drivers/staging/meilhaus/Kconfig +++ b/drivers/staging/meilhaus/Kconfig | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | menuconfig MEILHAUS | 5 | menuconfig MEILHAUS |
| 6 | tristate "Meilhaus support" | 6 | tristate "Meilhaus support" |
| 7 | depends on m | ||
| 7 | ---help--- | 8 | ---help--- |
| 8 | If you have a Meilhaus card, say Y (or M) here. | 9 | If you have a Meilhaus card, say Y (or M) here. |
| 9 | 10 | ||
| @@ -18,7 +19,7 @@ if MEILHAUS | |||
| 18 | config ME0600 | 19 | config ME0600 |
| 19 | tristate "Meilhaus ME-600 support" | 20 | tristate "Meilhaus ME-600 support" |
| 20 | default n | 21 | default n |
| 21 | depends on PCI | 22 | depends on PCI && m |
| 22 | help | 23 | help |
| 23 | This driver supports the Meilhaus ME-600 family of boards | 24 | This driver supports the Meilhaus ME-600 family of boards |
| 24 | that do data collection and multipurpose I/O. | 25 | that do data collection and multipurpose I/O. |
| @@ -29,7 +30,7 @@ config ME0600 | |||
| 29 | config ME0900 | 30 | config ME0900 |
| 30 | tristate "Meilhaus ME-900 support" | 31 | tristate "Meilhaus ME-900 support" |
| 31 | default n | 32 | default n |
| 32 | depends on PCI | 33 | depends on PCI && m |
| 33 | help | 34 | help |
| 34 | This driver supports the Meilhaus ME-900 family of boards | 35 | This driver supports the Meilhaus ME-900 family of boards |
| 35 | that do data collection and multipurpose I/O. | 36 | that do data collection and multipurpose I/O. |
| @@ -40,7 +41,7 @@ config ME0900 | |||
| 40 | config ME1000 | 41 | config ME1000 |
| 41 | tristate "Meilhaus ME-1000 support" | 42 | tristate "Meilhaus ME-1000 support" |
| 42 | default n | 43 | default n |
| 43 | depends on PCI | 44 | depends on PCI && m |
| 44 | help | 45 | help |
| 45 | This driver supports the Meilhaus ME-1000 family of boards | 46 | This driver supports the Meilhaus ME-1000 family of boards |
| 46 | that do data collection and multipurpose I/O. | 47 | that do data collection and multipurpose I/O. |
| @@ -51,7 +52,7 @@ config ME1000 | |||
| 51 | config ME1400 | 52 | config ME1400 |
| 52 | tristate "Meilhaus ME-1400 support" | 53 | tristate "Meilhaus ME-1400 support" |
| 53 | default n | 54 | default n |
| 54 | depends on PCI | 55 | depends on PCI && m |
| 55 | help | 56 | help |
| 56 | This driver supports the Meilhaus ME-1400 family of boards | 57 | This driver supports the Meilhaus ME-1400 family of boards |
| 57 | that do data collection and multipurpose I/O. | 58 | that do data collection and multipurpose I/O. |
| @@ -62,7 +63,7 @@ config ME1400 | |||
| 62 | config ME1600 | 63 | config ME1600 |
| 63 | tristate "Meilhaus ME-1600 support" | 64 | tristate "Meilhaus ME-1600 support" |
| 64 | default n | 65 | default n |
| 65 | depends on PCI | 66 | depends on PCI && m |
| 66 | help | 67 | help |
| 67 | This driver supports the Meilhaus ME-1600 family of boards | 68 | This driver supports the Meilhaus ME-1600 family of boards |
| 68 | that do data collection and multipurpose I/O. | 69 | that do data collection and multipurpose I/O. |
| @@ -73,7 +74,7 @@ config ME1600 | |||
| 73 | config ME4600 | 74 | config ME4600 |
| 74 | tristate "Meilhaus ME-4600 support" | 75 | tristate "Meilhaus ME-4600 support" |
| 75 | default n | 76 | default n |
| 76 | depends on PCI | 77 | depends on PCI && m |
| 77 | help | 78 | help |
| 78 | This driver supports the Meilhaus ME-4600 family of boards | 79 | This driver supports the Meilhaus ME-4600 family of boards |
| 79 | that do data collection and multipurpose I/O. | 80 | that do data collection and multipurpose I/O. |
| @@ -84,7 +85,7 @@ config ME4600 | |||
| 84 | config ME6000 | 85 | config ME6000 |
| 85 | tristate "Meilhaus ME-6000 support" | 86 | tristate "Meilhaus ME-6000 support" |
| 86 | default n | 87 | default n |
| 87 | depends on PCI | 88 | depends on PCI && m |
| 88 | help | 89 | help |
| 89 | This driver supports the Meilhaus ME-6000 family of boards | 90 | This driver supports the Meilhaus ME-6000 family of boards |
| 90 | that do data collection and multipurpose I/O. | 91 | that do data collection and multipurpose I/O. |
| @@ -95,7 +96,7 @@ config ME6000 | |||
| 95 | config ME8100 | 96 | config ME8100 |
| 96 | tristate "Meilhaus ME-8100 support" | 97 | tristate "Meilhaus ME-8100 support" |
| 97 | default n | 98 | default n |
| 98 | depends on PCI | 99 | depends on PCI && m |
| 99 | help | 100 | help |
| 100 | This driver supports the Meilhaus ME-8100 family of boards | 101 | This driver supports the Meilhaus ME-8100 family of boards |
| 101 | that do data collection and multipurpose I/O. | 102 | that do data collection and multipurpose I/O. |
| @@ -106,7 +107,7 @@ config ME8100 | |||
| 106 | config ME8200 | 107 | config ME8200 |
| 107 | tristate "Meilhaus ME-8200 support" | 108 | tristate "Meilhaus ME-8200 support" |
| 108 | default n | 109 | default n |
| 109 | depends on PCI | 110 | depends on PCI && m |
| 110 | help | 111 | help |
| 111 | This driver supports the Meilhaus ME-8200 family of boards | 112 | This driver supports the Meilhaus ME-8200 family of boards |
| 112 | that do data collection and multipurpose I/O. | 113 | that do data collection and multipurpose I/O. |
| @@ -117,7 +118,7 @@ config ME8200 | |||
| 117 | config MEDUMMY | 118 | config MEDUMMY |
| 118 | tristate "Meilhaus dummy driver" | 119 | tristate "Meilhaus dummy driver" |
| 119 | default n | 120 | default n |
| 120 | depends on PCI | 121 | depends on PCI && m |
| 121 | help | 122 | help |
| 122 | This provides a dummy driver for the Meilhaus driver package | 123 | This provides a dummy driver for the Meilhaus driver package |
| 123 | 124 | ||
