Kconfig 469 B

123456789101112131415161718192021
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menu "TI VLYNQ"
  3. depends on AR7
  4. config VLYNQ
  5. bool "TI VLYNQ bus support"
  6. help
  7. Support for Texas Instruments(R) VLYNQ bus.
  8. The VLYNQ bus is a high-speed, serial and packetized
  9. data bus which allows external peripherals of a SoC
  10. to appear into the system's main memory.
  11. If unsure, say N
  12. config VLYNQ_DEBUG
  13. bool "VLYNQ bus debug"
  14. depends on VLYNQ && DEBUG_KERNEL
  15. help
  16. Turn on VLYNQ bus debugging.
  17. endmenu