]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/vlynq/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.git] / drivers / vlynq / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
55e331cf 2menu "TI VLYNQ"
ebe88fdc 3 depends on AR7
55e331cf
FF
4
5config VLYNQ
6 bool "TI VLYNQ bus support"
55e331cf
FF
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
15config VLYNQ_DEBUG
16 bool "VLYNQ bus debug"
efc0cfa6 17 depends on VLYNQ && DEBUG_KERNEL
55e331cf
FF
18 help
19 Turn on VLYNQ bus debugging.
20
21endmenu