Skip to content

Commit

Permalink
can: mscan: Fix Kconfig dependencies
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  • Loading branch information
Jean Delvare authored and Marc Kleine-Budde committed May 19, 2014
1 parent eeaf444 commit d01481c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/can/mscan/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d01481c

Please sign in to comment.