Staging
v0.8.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 0ee5623f9a6e52df90a78bd21179f8ab370e102e authored by Linus Torvalds on 04 May 2011, 02:59:13 UTC
Linux 2.6.39-rc6
Tip revision: 0ee5623
Kconfig
menuconfig CAN_C_CAN
	tristate "Bosch C_CAN devices"
	depends on CAN_DEV && HAS_IOMEM

if CAN_C_CAN

config CAN_C_CAN_PLATFORM
	tristate "Generic Platform Bus based C_CAN driver"
	---help---
	  This driver adds support for the C_CAN chips connected to
	  the "platform bus" (Linux abstraction for directly to the
	  processor attached devices) which can be found on various
	  boards from ST Microelectronics (http://www.st.com)
	  like the SPEAr1310 and SPEAr320 evaluation boards.
endif
back to top