Commit 653549f2099df625468133ebcec3622688567bcd
Committed by
Greg Kroah-Hartman
1 parent
a446e21937
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
drivers/isdn/hisax: 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. CC: Karsten Keil <isdn@linux-pingi.de> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing 1 changed file with 7 additions and 8 deletions Side-by-side Diff
drivers/isdn/hisax/Kconfig
... | ... | @@ -389,8 +389,8 @@ |
389 | 389 | comment "HiSax sub driver modules" |
390 | 390 | |
391 | 391 | config HISAX_ST5481 |
392 | - tristate "ST5481 USB ISDN modem (EXPERIMENTAL)" | |
393 | - depends on USB && EXPERIMENTAL | |
392 | + tristate "ST5481 USB ISDN modem" | |
393 | + depends on USB | |
394 | 394 | select ISDN_HDLC |
395 | 395 | select CRC_CCITT |
396 | 396 | select BITREVERSE |
397 | 397 | |
398 | 398 | |
... | ... | @@ -399,20 +399,19 @@ |
399 | 399 | e.g. the BeWan Gazel 128 USB |
400 | 400 | |
401 | 401 | config HISAX_HFCUSB |
402 | - tristate "HFC USB based ISDN modems (EXPERIMENTAL)" | |
403 | - depends on USB && EXPERIMENTAL | |
402 | + tristate "HFC USB based ISDN modems" | |
403 | + depends on USB | |
404 | 404 | help |
405 | 405 | This enables the driver for HFC USB based ISDN modems. |
406 | 406 | |
407 | 407 | config HISAX_HFC4S8S |
408 | - tristate "HFC-4S/8S based ISDN cards (EXPERIMENTAL)" | |
409 | - depends on EXPERIMENTAL | |
408 | + tristate "HFC-4S/8S based ISDN cards" | |
410 | 409 | help |
411 | 410 | This enables the driver for HFC-4S/8S based ISDN cards. |
412 | 411 | |
413 | 412 | config HISAX_FRITZ_PCIPNP |
414 | - tristate "AVM Fritz!Card PCI/PCIv2/PnP support (EXPERIMENTAL)" | |
415 | - depends on PCI && EXPERIMENTAL | |
413 | + tristate "AVM Fritz!Card PCI/PCIv2/PnP support" | |
414 | + depends on PCI | |
416 | 415 | help |
417 | 416 | This enables the driver for the AVM Fritz!Card PCI, |
418 | 417 | Fritz!Card PCI v2 and Fritz!Card PnP. |