Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Florian Fainelli | 55e331c | 2009-06-16 15:33:53 -0700 | [diff] [blame] | 2 | menu "TI VLYNQ" |
Kees Cook | ebe88fd | 2013-01-16 18:54:01 -0800 | [diff] [blame] | 3 | depends on AR7 |
Florian Fainelli | 55e331c | 2009-06-16 15:33:53 -0700 | [diff] [blame] | 4 | |
| 5 | config VLYNQ |
| 6 | bool "TI VLYNQ bus support" |
Florian Fainelli | 55e331c | 2009-06-16 15:33:53 -0700 | [diff] [blame] | 7 | help |
| 8 | Support for Texas Instruments(R) VLYNQ bus. |
| 9 | The VLYNQ bus is a high-speed, serial and packetized |
| 10 | data bus which allows external peripherals of a SoC |
| 11 | to appear into the system's main memory. |
| 12 | |
| 13 | If unsure, say N |
| 14 | |
| 15 | config VLYNQ_DEBUG |
| 16 | bool "VLYNQ bus debug" |
Florian Fainelli | efc0cfa6 | 2009-07-05 12:08:02 -0700 | [diff] [blame] | 17 | depends on VLYNQ && DEBUG_KERNEL |
Florian Fainelli | 55e331c | 2009-06-16 15:33:53 -0700 | [diff] [blame] | 18 | help |
| 19 | Turn on VLYNQ bus debugging. |
| 20 | |
| 21 | endmenu |