diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2010-05-14 09:40:45 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-05-14 10:59:54 -0400 |
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 @@ | |||
1 | menu "TI VLYNQ" | 1 | menu "TI VLYNQ" |
2 | depends on AR7 && EXPERIMENTAL | ||
2 | 3 | ||
3 | config VLYNQ | 4 | config VLYNQ |
4 | bool "TI VLYNQ bus support" | 5 | bool "TI VLYNQ bus support" |
5 | depends on AR7 && EXPERIMENTAL | ||
6 | help | 6 | help |
7 | Support for Texas Instruments(R) VLYNQ bus. | 7 | Support for Texas Instruments(R) VLYNQ bus. |
8 | The VLYNQ bus is a high-speed, serial and packetized | 8 | The VLYNQ bus is a high-speed, serial and packetized |