diff options
author | Andreas Larsson <andreas@gaisler.com> | 2012-11-15 08:47:14 +0100 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2012-11-15 20:47:26 +0100 |
commit | 6cec9b07fe6a0c4dfbcdcee7c6283529f087c521 (patch) | |
tree | a7c45d677c49ee428f519bf3ed83865011c12431 /drivers/net/can/Kconfig | |
parent | c70edb9e8a30c7bd8eae347b9a7d83984e2b5ae3 (diff) | |
download | blackbird-op-linux-6cec9b07fe6a0c4dfbcdcee7c6283529f087c521.tar.gz blackbird-op-linux-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/Kconfig | 9 |
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" |