summaryrefslogtreecommitdiff
path: root/drivers/net/can/cc770/Kconfig
diff options
context:
space:
mode:
authorWolfgang Grandegger <wg@grandegger.com>2011-12-01 03:41:20 +0400
committerDavid S. Miller <davem@davemloft.net>2011-12-01 22:09:31 +0400
commite285e44d91fe5a89e0d9fe4f5dda4f9e8c8a3c7e (patch)
tree71cb2e9689c289a533a63f0fb6e732988dc92b57 /drivers/net/can/cc770/Kconfig
parentedd2c26ffb7742bf0d3bd324694d220281844a01 (diff)
downloadlinux-e285e44d91fe5a89e0d9fe4f5dda4f9e8c8a3c7e.tar.xz
can: cc770: add platform bus driver for the CC770 and AN82527
This driver works with both, static platform data and device tree bindings. It has been tested on a TQM855L board with two AN82527 CAN controllers on the local bus. CC: Devicetree-discuss@lists.ozlabs.org CC: linuxppc-dev@ozlabs.org CC: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/can/cc770/Kconfig')
-rw-r--r--drivers/net/can/cc770/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/can/cc770/Kconfig b/drivers/net/can/cc770/Kconfig
index 28e4d4810f44..22c07a8c8b43 100644
--- a/drivers/net/can/cc770/Kconfig
+++ b/drivers/net/can/cc770/Kconfig
@@ -11,4 +11,11 @@ config CAN_CC770_ISA
connected to the ISA bus using I/O port, memory mapped or
indirect access.
+config CAN_CC770_PLATFORM
+ tristate "Generic Platform Bus based CC770 driver"
+ ---help---
+ This driver adds support for the CC770 and AN82527 chips
+ connected to the "platform bus" (Linux abstraction for directly
+ to the processor attached devices).
+
endif