All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mtd/ts5500: Add dependency
@ 2014-02-14 10:28 Jean Delvare
  2014-02-14 10:32 ` Alexander Shiyan
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Jean Delvare @ 2014-02-14 10:28 UTC (permalink / raw)
  To: linux-mtd; +Cc: Brian Norris, David Woodhouse, Vivien Didelot

There is no point in displaying the TS5500-specific driver entries if
TS5500 board support itself isn't enabled.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Brian Norris <computersforpeace@gmail.com>
Cc: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
---
 drivers/mtd/maps/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-3.14-rc2.orig/drivers/mtd/maps/Kconfig	2014-02-14 11:21:15.116363700 +0100
+++ linux-3.14-rc2/drivers/mtd/maps/Kconfig	2014-02-14 11:23:53.286863374 +0100
@@ -124,7 +124,7 @@ config MTD_NETSC520
 
 config MTD_TS5500
 	tristate "JEDEC Flash device mapped on Technologic Systems TS-5500"
-	depends on X86
+	depends on TS5500 || (X86 && COMPILE_TEST)
 	select MTD_JEDECPROBE
 	select MTD_CFI_AMDSTD
 	help


-- 
Jean Delvare
Suse L3 Support

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

end of thread, other threads:[~2014-02-27  9:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-14 10:28 [PATCH 1/2] mtd/ts5500: Add dependency Jean Delvare
2014-02-14 10:32 ` Alexander Shiyan
2014-02-14 10:44   ` Jean Delvare
2014-02-14 10:56     ` Alexander Shiyan
2014-02-14 10:32 ` [PATCH 2/2] gpio-ts5500: " Jean Delvare
2014-02-22  2:00   ` Alexandre Courbot
2014-02-27  9:20   ` Linus Walleij
2014-02-23  2:01 ` [PATCH 1/2] mtd/ts5500: " Brian Norris
2014-02-23  9:27   ` Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.