Kconfig 445 B

1234567891011121314151617181920
  1. menu "TI VLYNQ"
  2. config VLYNQ
  3. bool "TI VLYNQ bus support"
  4. depends on AR7 && EXPERIMENTAL
  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