diff options
author | Kees Cook <keescook@chromium.org> | 2012-11-05 18:04:23 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-15 20:27:06 -0500 |
commit | 6e8bd6e727c5ec949194087ac6b593e1e7fe79c4 (patch) | |
tree | a6f737b445035c3f19a182bf65d57a3d43811a2c /drivers/parport | |
parent | 9aa8b50b2b3d3a70728438a15a0fdd03a6794a84 (diff) |
drivers/parport: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/parport')
-rw-r--r-- | drivers/parport/Kconfig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/parport/Kconfig b/drivers/parport/Kconfig index 4b6e4e7aca8f..0e60438ebe30 100644 --- a/drivers/parport/Kconfig +++ b/drivers/parport/Kconfig | |||
@@ -57,8 +57,8 @@ config PARPORT_SERIAL | |||
57 | will be called parport_serial. | 57 | will be called parport_serial. |
58 | 58 | ||
59 | config PARPORT_PC_FIFO | 59 | config PARPORT_PC_FIFO |
60 | bool "Use FIFO/DMA if available (EXPERIMENTAL)" | 60 | bool "Use FIFO/DMA if available" |
61 | depends on PARPORT_PC && EXPERIMENTAL | 61 | depends on PARPORT_PC |
62 | help | 62 | help |
63 | Many parallel port chipsets provide hardware that can speed up | 63 | Many parallel port chipsets provide hardware that can speed up |
64 | printing. Say Y here if you want to take advantage of that. | 64 | printing. Say Y here if you want to take advantage of that. |
@@ -70,8 +70,8 @@ config PARPORT_PC_FIFO | |||
70 | specify which IRQ/DMA to use. | 70 | specify which IRQ/DMA to use. |
71 | 71 | ||
72 | config PARPORT_PC_SUPERIO | 72 | config PARPORT_PC_SUPERIO |
73 | bool "SuperIO chipset support (EXPERIMENTAL)" | 73 | bool "SuperIO chipset support" |
74 | depends on PARPORT_PC && EXPERIMENTAL | 74 | depends on PARPORT_PC |
75 | help | 75 | help |
76 | Saying Y here enables some probes for Super-IO chipsets in order to | 76 | Saying Y here enables some probes for Super-IO chipsets in order to |
77 | find out things like base addresses, IRQ lines and DMA channels. It | 77 | find out things like base addresses, IRQ lines and DMA channels. It |
@@ -85,8 +85,8 @@ config PARPORT_PC_PCMCIA | |||
85 | ports. If unsure, say N. | 85 | ports. If unsure, say N. |
86 | 86 | ||
87 | config PARPORT_IP32 | 87 | config PARPORT_IP32 |
88 | tristate "SGI IP32 builtin port (EXPERIMENTAL)" | 88 | tristate "SGI IP32 builtin port" |
89 | depends on SGI_IP32 && EXPERIMENTAL | 89 | depends on SGI_IP32 |
90 | select PARPORT_NOT_PC | 90 | select PARPORT_NOT_PC |
91 | help | 91 | help |
92 | Say Y here if you need support for the parallel port on | 92 | Say Y here if you need support for the parallel port on |
@@ -126,8 +126,8 @@ config PARPORT_GSC | |||
126 | select PARPORT_NOT_PC | 126 | select PARPORT_NOT_PC |
127 | 127 | ||
128 | config PARPORT_SUNBPP | 128 | config PARPORT_SUNBPP |
129 | tristate "Sparc hardware (EXPERIMENTAL)" | 129 | tristate "Sparc hardware" |
130 | depends on SBUS && EXPERIMENTAL | 130 | depends on SBUS |
131 | select PARPORT_NOT_PC | 131 | select PARPORT_NOT_PC |
132 | help | 132 | help |
133 | This driver provides support for the bidirectional parallel port | 133 | This driver provides support for the bidirectional parallel port |