summaryrefslogtreecommitdiff
path: root/drivers/net/can/Makefile
diff options
context:
space:
mode:
authorMasayuki Ohtake <masa-korg@dsn.okisemi.com>2010-10-15 03:00:28 (GMT)
committerDavid S. Miller <davem@davemloft.net>2010-10-24 21:42:57 (GMT)
commitb21d18b51b31a24d17f883b678432fbdee3d5675 (patch)
tree1cdce9274328128c2ccc7d621db9a4fdc2e57ca6 /drivers/net/can/Makefile
parent6cebb17beece746de86793cd549e84740896cf4a (diff)
downloadlinux-b21d18b51b31a24d17f883b678432fbdee3d5675.tar.xz
can: Topcliff: Add PCH_CAN driver.
CAN driver of Topcliff PCH Topcliff PCH is the platform controller hub that is going to be used in Intel's upcoming general embedded platform. All IO peripherals in Topcliff PCH are actually devices sitting on AMBA bus. Topcliff PCH has CAN I/F. This driver enables CAN function. Signed-off-by: Masayuki Ohtake <masa-korg@dsn.okisemi.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/can/Makefile')
-rw-r--r--drivers/net/can/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/can/Makefile b/drivers/net/can/Makefile
index 0057537..90af15a 100644
--- a/drivers/net/can/Makefile
+++ b/drivers/net/can/Makefile
@@ -17,5 +17,6 @@ obj-$(CONFIG_CAN_MCP251X) += mcp251x.o
obj-$(CONFIG_CAN_BFIN) += bfin_can.o
obj-$(CONFIG_CAN_JANZ_ICAN3) += janz-ican3.o
obj-$(CONFIG_CAN_FLEXCAN) += flexcan.o
+obj-$(CONFIG_PCH_CAN) += pch_can.o
ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG