NET: smsc-ircc2: mark non-experimental
This has been used by me and others for ages, let's stop calling it experimental. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
13b95fb714
commit
97076d275c
2 changed files with 2 additions and 3 deletions
|
@ -321,8 +321,8 @@ config AU1000_FIR
|
||||||
Say M to build a module; it will be called au1k_ir.ko
|
Say M to build a module; it will be called au1k_ir.ko
|
||||||
|
|
||||||
config SMC_IRCC_FIR
|
config SMC_IRCC_FIR
|
||||||
tristate "SMSC IrCC (EXPERIMENTAL)"
|
tristate "SMSC IrCC"
|
||||||
depends on EXPERIMENTAL && IRDA && ISA_DMA_API
|
depends on IRDA && ISA_DMA_API
|
||||||
help
|
help
|
||||||
Say Y here if you want to build support for the SMC Infrared
|
Say Y here if you want to build support for the SMC Infrared
|
||||||
Communications Controller. It is used in a wide variety of
|
Communications Controller. It is used in a wide variety of
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
*
|
*
|
||||||
* Description: Driver for the SMC Infrared Communications Controller
|
* Description: Driver for the SMC Infrared Communications Controller
|
||||||
* Status: Experimental.
|
|
||||||
* Author: Daniele Peri (peri@csai.unipa.it)
|
* Author: Daniele Peri (peri@csai.unipa.it)
|
||||||
* Created at:
|
* Created at:
|
||||||
* Modified at:
|
* Modified at:
|
||||||
|
|
Loading…
Reference in a new issue