Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kees Cook and committed by
Greg Kroah-Hartman
6e8bd6e7 9aa8b50b

+8 -8
+8 -8
drivers/parport/Kconfig
··· 57 57 will be called parport_serial. 58 58 59 59 config PARPORT_PC_FIFO 60 - bool "Use FIFO/DMA if available (EXPERIMENTAL)" 61 - depends on PARPORT_PC && EXPERIMENTAL 60 + bool "Use FIFO/DMA if available" 61 + depends on PARPORT_PC 62 62 help 63 63 Many parallel port chipsets provide hardware that can speed up 64 64 printing. Say Y here if you want to take advantage of that. ··· 70 70 specify which IRQ/DMA to use. 71 71 72 72 config PARPORT_PC_SUPERIO 73 - bool "SuperIO chipset support (EXPERIMENTAL)" 74 - depends on PARPORT_PC && EXPERIMENTAL 73 + bool "SuperIO chipset support" 74 + depends on PARPORT_PC 75 75 help 76 76 Saying Y here enables some probes for Super-IO chipsets in order to 77 77 find out things like base addresses, IRQ lines and DMA channels. It ··· 85 85 ports. If unsure, say N. 86 86 87 87 config PARPORT_IP32 88 - tristate "SGI IP32 builtin port (EXPERIMENTAL)" 89 - depends on SGI_IP32 && EXPERIMENTAL 88 + tristate "SGI IP32 builtin port" 89 + depends on SGI_IP32 90 90 select PARPORT_NOT_PC 91 91 help 92 92 Say Y here if you need support for the parallel port on ··· 126 126 select PARPORT_NOT_PC 127 127 128 128 config PARPORT_SUNBPP 129 - tristate "Sparc hardware (EXPERIMENTAL)" 130 - depends on SBUS && EXPERIMENTAL 129 + tristate "Sparc hardware" 130 + depends on SBUS 131 131 select PARPORT_NOT_PC 132 132 help 133 133 This driver provides support for the bidirectional parallel port