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>
This commit is contained in:
parent
9aa8b50b2b
commit
6e8bd6e727
1 changed files with 8 additions and 8 deletions
|
@ -57,8 +57,8 @@ config PARPORT_SERIAL
|
||||||
will be called parport_serial.
|
will be called parport_serial.
|
||||||
|
|
||||||
config PARPORT_PC_FIFO
|
config PARPORT_PC_FIFO
|
||||||
bool "Use FIFO/DMA if available (EXPERIMENTAL)"
|
bool "Use FIFO/DMA if available"
|
||||||
depends on PARPORT_PC && EXPERIMENTAL
|
depends on PARPORT_PC
|
||||||
help
|
help
|
||||||
Many parallel port chipsets provide hardware that can speed up
|
Many parallel port chipsets provide hardware that can speed up
|
||||||
printing. Say Y here if you want to take advantage of that.
|
printing. Say Y here if you want to take advantage of that.
|
||||||
|
@ -70,8 +70,8 @@ config PARPORT_PC_FIFO
|
||||||
specify which IRQ/DMA to use.
|
specify which IRQ/DMA to use.
|
||||||
|
|
||||||
config PARPORT_PC_SUPERIO
|
config PARPORT_PC_SUPERIO
|
||||||
bool "SuperIO chipset support (EXPERIMENTAL)"
|
bool "SuperIO chipset support"
|
||||||
depends on PARPORT_PC && EXPERIMENTAL
|
depends on PARPORT_PC
|
||||||
help
|
help
|
||||||
Saying Y here enables some probes for Super-IO chipsets in order to
|
Saying Y here enables some probes for Super-IO chipsets in order to
|
||||||
find out things like base addresses, IRQ lines and DMA channels. It
|
find out things like base addresses, IRQ lines and DMA channels. It
|
||||||
|
@ -85,8 +85,8 @@ config PARPORT_PC_PCMCIA
|
||||||
ports. If unsure, say N.
|
ports. If unsure, say N.
|
||||||
|
|
||||||
config PARPORT_IP32
|
config PARPORT_IP32
|
||||||
tristate "SGI IP32 builtin port (EXPERIMENTAL)"
|
tristate "SGI IP32 builtin port"
|
||||||
depends on SGI_IP32 && EXPERIMENTAL
|
depends on SGI_IP32
|
||||||
select PARPORT_NOT_PC
|
select PARPORT_NOT_PC
|
||||||
help
|
help
|
||||||
Say Y here if you need support for the parallel port on
|
Say Y here if you need support for the parallel port on
|
||||||
|
@ -126,8 +126,8 @@ config PARPORT_GSC
|
||||||
select PARPORT_NOT_PC
|
select PARPORT_NOT_PC
|
||||||
|
|
||||||
config PARPORT_SUNBPP
|
config PARPORT_SUNBPP
|
||||||
tristate "Sparc hardware (EXPERIMENTAL)"
|
tristate "Sparc hardware"
|
||||||
depends on SBUS && EXPERIMENTAL
|
depends on SBUS
|
||||||
select PARPORT_NOT_PC
|
select PARPORT_NOT_PC
|
||||||
help
|
help
|
||||||
This driver provides support for the bidirectional parallel port
|
This driver provides support for the bidirectional parallel port
|
||||||
|
|
Loading…
Add table
Reference in a new issue