blob: e01162046598b899c70488d28e8b87163eabda2b [file] [log] [blame]
Florian Fainelli55e331c2009-06-16 15:33:53 -07001menu "TI VLYNQ"
Kees Cookebe88fd2013-01-16 18:54:01 -08002 depends on AR7
Florian Fainelli55e331c2009-06-16 15:33:53 -07003
4config VLYNQ
5 bool "TI VLYNQ bus support"
Florian Fainelli55e331c2009-06-16 15:33:53 -07006 help
7 Support for Texas Instruments(R) VLYNQ bus.
8 The VLYNQ bus is a high-speed, serial and packetized
9 data bus which allows external peripherals of a SoC
10 to appear into the system's main memory.
11
12 If unsure, say N
13
14config VLYNQ_DEBUG
15 bool "VLYNQ bus debug"
Florian Fainelliefc0cfa62009-07-05 12:08:02 -070016 depends on VLYNQ && DEBUG_KERNEL
Florian Fainelli55e331c2009-06-16 15:33:53 -070017 help
18 Turn on VLYNQ bus debugging.
19
20endmenu