* [PATCH] can: mscan: Fix Kconfig dependencies
@ 2014-05-06 8:47 Jean Delvare
0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2014-05-06 8:47 UTC (permalink / raw)
To: linux-can; +Cc: Wolfgang Grandegger, Marc Kleine-Budde
The only driver based on MSCAN at the moment is for PPC machines,
so it makes no sense to present the menu on M68K. The menu will always
be empty there.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Wolfgang Grandegger <wg@grandegger.com>
Cc: Marc Kleine-Budde <mkl@pengutronix.de>
---
drivers/net/can/mscan/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-3.15-rc4.orig/drivers/net/can/mscan/Kconfig 2014-03-31 05:40:15.000000000 +0200
+++ linux-3.15-rc4/drivers/net/can/mscan/Kconfig 2014-05-06 10:13:50.563606721 +0200
@@ -1,5 +1,5 @@
config CAN_MSCAN
- depends on PPC || M68K
+ depends on PPC
tristate "Support for Freescale MSCAN based chips"
---help---
The Motorola Scalable Controller Area Network (MSCAN) definition
--
Jean Delvare
SUSE L3 Support
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-06 8:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-06 8:47 [PATCH] can: mscan: Fix Kconfig dependencies Jean Delvare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).