X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fdrivers%2Fvlynq%2FKconfig;fp=kernel%2Fdrivers%2Fvlynq%2FKconfig;h=e01162046598b899c70488d28e8b87163eabda2b;hb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;hp=0000000000000000000000000000000000000000;hpb=98260f3884f4a202f9ca5eabed40b1354c489b29;p=kvmfornfv.git diff --git a/kernel/drivers/vlynq/Kconfig b/kernel/drivers/vlynq/Kconfig new file mode 100644 index 000000000..e01162046 --- /dev/null +++ b/kernel/drivers/vlynq/Kconfig @@ -0,0 +1,20 @@ +menu "TI VLYNQ" + depends on AR7 + +config VLYNQ + bool "TI VLYNQ bus support" + 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 && DEBUG_KERNEL + help + Turn on VLYNQ bus debugging. + +endmenu