Merge tag 'pm-5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[linux-2.6-microblaze.git] / drivers / vlynq / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "TI VLYNQ"
3         depends on AR7
4
5 config VLYNQ
6         bool "TI VLYNQ bus support"
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"
17         depends on VLYNQ && DEBUG_KERNEL
18         help
19           Turn on VLYNQ bus debugging.
20
21 endmenu