kernel-ark/drivers/vlynq/Kconfig
Kees Cook ebe88fdc25 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>
2013-01-17 12:11:27 -08:00

21 lines
429 B
Plaintext

menu "TI VLYNQ"
depends on AR7
config VLYNQ
bool "TI VLYNQ bus support"
help
Support for Texas Instruments(R) VLYNQ bus.
The VLYNQ bus is a high-speed, serial and packetized
data bus which allows external peripherals of a SoC
to appear into the system's main memory.
If unsure, say N
config VLYNQ_DEBUG
bool "VLYNQ bus debug"
depends on VLYNQ && DEBUG_KERNEL
help
Turn on VLYNQ bus debugging.
endmenu