blob: e7f9492a0b048c5af22b24a31593635bb94ae282 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Florian Fainelli55e331c2009-06-16 15:33:53 -07002menu "TI VLYNQ"
Kees Cookebe88fd2013-01-16 18:54:01 -08003 depends on AR7
Florian Fainelli55e331c2009-06-16 15:33:53 -07004
5config VLYNQ
6 bool "TI VLYNQ bus support"
Florian Fainelli55e331c2009-06-16 15:33:53 -07007 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
15config VLYNQ_DEBUG
16 bool "VLYNQ bus debug"
Florian Fainelliefc0cfa62009-07-05 12:08:02 -070017 depends on VLYNQ && DEBUG_KERNEL
Florian Fainelli55e331c2009-06-16 15:33:53 -070018 help
19 Turn on VLYNQ bus debugging.
20
21endmenu