drivers: add support for the TI VLYNQ bus
[safe/jmp/linux-2.6] / drivers / vlynq / Kconfig
diff --git a/drivers/vlynq/Kconfig b/drivers/vlynq/Kconfig
new file mode 100644 (file)
index 0000000..f654221
--- /dev/null
@@ -0,0 +1,20 @@
+menu "TI VLYNQ"
+
+config VLYNQ
+       bool "TI VLYNQ bus support"
+       depends on AR7 && EXPERIMENTAL
+       help
+         Support for Texas Instruments(R) VLYNQ bus.
+         The VLYNQ bus is a high-speed, serial and packetized
+         data bus which allows external peripherals of a SoC
+         to appear into the system's main memory.
+
+         If unsure, say N
+
+config VLYNQ_DEBUG
+       bool "VLYNQ bus debug"
+       depends on VLYNQ && KERNEL_DEBUG
+       help
+         Turn on VLYNQ bus debugging.
+
+endmenu