diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2010-05-14 15:40:45 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-05-14 16:59:54 +0200 |
commit | 7db82437cfcac4bdfe79a6323eb554fdfa271623 (patch) | |
tree | db67efd93da0f2aff19c15f8cf1bddc14799baab /drivers/vlynq | |
parent | 0ddc9324b1a842afd77e8e86698b1d1d2ffed022 (diff) |
vlynq: make whole Kconfig-menu dependant on architecture
This removes an empty menu for most platforms.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/vlynq')
-rw-r--r-- | drivers/vlynq/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vlynq/Kconfig b/drivers/vlynq/Kconfig index a9efb1625321..d874b4f34136 100644 --- a/drivers/vlynq/Kconfig +++ b/drivers/vlynq/Kconfig @@ -1,8 +1,8 @@ menu "TI VLYNQ" + depends on AR7 && EXPERIMENTAL 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 |