aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/Kconfig
diff options
context:
space:
mode:
authorAndreas Larsson <andreas@gaisler.com>2012-11-15 08:47:14 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2012-11-15 20:47:26 +0100
commit6cec9b07fe6a0c4dfbcdcee7c6283529f087c521 (patch)
treea7c45d677c49ee428f519bf3ed83865011c12431 /drivers/net/can/Kconfig
parentcan: janz-ican3: Fix the usage of wait_for_completion_timeout (diff)
downloadlinux-dev-6cec9b07fe6a0c4dfbcdcee7c6283529f087c521.tar.xz
linux-dev-6cec9b07fe6a0c4dfbcdcee7c6283529f087c521.zip
can: grcan: Add device driver for GRCAN and GRHCAN cores
This driver supports GRCAN and CRHCAN CAN controllers available in the GRLIB VHDL IP core library. Signed-off-by: Andreas Larsson <andreas@gaisler.com> Acked-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'drivers/net/can/Kconfig')
-rw-r--r--drivers/net/can/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig
index bb709fd66993..b56bd9e80957 100644
--- a/drivers/net/can/Kconfig
+++ b/drivers/net/can/Kconfig
@@ -110,6 +110,15 @@ config PCH_CAN
is an IOH for x86 embedded processor (Intel Atom E6xx series).
This driver can access CAN bus.
+config CAN_GRCAN
+ tristate "Aeroflex Gaisler GRCAN and GRHCAN CAN devices"
+ depends on CAN_DEV && OF
+ ---help---
+ Say Y here if you want to use Aeroflex Gaisler GRCAN or GRHCAN.
+ Note that the driver supports little endian, even though little
+ endian syntheses of the cores would need some modifications on
+ the hardware level to work.
+
source "drivers/net/can/mscan/Kconfig"
source "drivers/net/can/sja1000/Kconfig"