Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menu "TI VLYNQ"
0003         depends on AR7
0004 
0005 config VLYNQ
0006         bool "TI VLYNQ bus support"
0007         help
0008           Support for Texas Instruments(R) VLYNQ bus.
0009           The VLYNQ bus is a high-speed, serial and packetized
0010           data bus which allows external peripherals of a SoC
0011           to appear into the system's main memory.
0012 
0013           If unsure, say N
0014 
0015 config VLYNQ_DEBUG
0016         bool "VLYNQ bus debug"
0017         depends on VLYNQ && DEBUG_KERNEL
0018         help
0019           Turn on VLYNQ bus debugging.
0020 
0021 endmenu