diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-06-16 15:33:53 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-16 19:47:52 -0700 |
commit | 55e331cf7ebe20665253770589cd9eb06048bf25 (patch) | |
tree | 4f64450d5839304fddd80733a703df2e518b9b24 /drivers/Kconfig | |
parent | f324edc85e5c1137e49e3b36a58cf436ab5b1fb3 (diff) | |
download | linux-3.10-55e331cf7ebe20665253770589cd9eb06048bf25.tar.gz linux-3.10-55e331cf7ebe20665253770589cd9eb06048bf25.tar.bz2 linux-3.10-55e331cf7ebe20665253770589cd9eb06048bf25.zip |
drivers: add support for the TI VLYNQ bus
Add support for the TI VLYNQ high-speed, serial and packetized bus.
This bus allows external devices to be connected to the System-on-Chip and
appear in the main system memory just like any memory mapped peripheral.
It is widely used in TI's networking and multimedia SoC, including the AR7
SoC.
Signed-off-by: Eugene Konev <ejka@imfi.kspu.ru>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r-- | drivers/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index 00cf9553f74..a442c8f29fc 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -104,6 +104,8 @@ source "drivers/auxdisplay/Kconfig" source "drivers/uio/Kconfig" +source "drivers/vlynq/Kconfig" + source "drivers/xen/Kconfig" source "drivers/staging/Kconfig" |