Commit ebe88fdc2574661d8acc869ec6d0f288033b52b5

Authored by Kees Cook
Committed by Greg Kroah-Hartman
1 parent b4e6537ee6

drivers/vlynq: 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.

Acked-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/vlynq/Kconfig
1 1 menu "TI VLYNQ"
2   - depends on AR7 && EXPERIMENTAL
  2 + depends on AR7
3 3  
4 4 config VLYNQ
5 5 bool "TI VLYNQ bus support"