Florian Fainelli | 55e331c | 2009-06-16 15:33:53 -0700 | [diff] [blame] | 1 | menu "TI VLYNQ" |
Wolfram Sang | 7db8243 | 2010-05-14 15:40:45 +0200 | [diff] [blame] | 2 | depends on AR7 && EXPERIMENTAL |
Florian Fainelli | 55e331c | 2009-06-16 15:33:53 -0700 | [diff] [blame] | 3 | |
| 4 | config VLYNQ |
| 5 | bool "TI VLYNQ bus support" |
Florian Fainelli | 55e331c | 2009-06-16 15:33:53 -0700 | [diff] [blame] | 6 | 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 | |
| 14 | config VLYNQ_DEBUG |
| 15 | bool "VLYNQ bus debug" |
Florian Fainelli | efc0cfa6 | 2009-07-05 12:08:02 -0700 | [diff] [blame] | 16 | depends on VLYNQ && DEBUG_KERNEL |
Florian Fainelli | 55e331c | 2009-06-16 15:33:53 -0700 | [diff] [blame] | 17 | help |
| 18 | Turn on VLYNQ bus debugging. |
| 19 | |
| 20 | endmenu |