Fix gcc 4.5.1 miscompiling drivers/char/i8k.c (again)
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / vlynq / Kconfig
bloba9efb16253215593635eddcfbd475608232ebdaa
1 menu "TI VLYNQ"
3 config VLYNQ
4         bool "TI VLYNQ bus support"
5         depends on AR7 && EXPERIMENTAL
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.
12           If unsure, say N
14 config VLYNQ_DEBUG
15         bool "VLYNQ bus debug"
16         depends on VLYNQ && DEBUG_KERNEL
17         help
18           Turn on VLYNQ bus debugging.
20 endmenu