efc0cfa6d1
Fix a typo in the VLYNQ bus driver Kconfig which prevented to turn on VLYNQ bus debugging. Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
20 lines
445 B
Text
20 lines
445 B
Text
menu "TI VLYNQ"
|
|
|
|
config VLYNQ
|
|
bool "TI VLYNQ bus support"
|
|
depends on AR7 && EXPERIMENTAL
|
|
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
|