Kconfig 429 B

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