public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] vlynq: make whole Kconfig-menu dependant on architecture
@ 2010-05-14 13:40 Wolfram Sang
  2010-05-14 14:05 ` Florian Fainelli
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfram Sang @ 2010-05-14 13:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: trivial, Greg KH, Wolfram Sang, Andrew Morton, Florian Fainelli,
	Eugene Konev

This removes an empty menu for most platforms.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
---

 drivers/vlynq/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/vlynq/Kconfig b/drivers/vlynq/Kconfig
index a9efb16..d874b4f 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
-- 
1.7.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-14 15:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-14 13:40 [PATCH] vlynq: make whole Kconfig-menu dependant on architecture Wolfram Sang
2010-05-14 14:05 ` Florian Fainelli
2010-05-14 15:00   ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox