| Wolfgang Grandegger | 2a367c3 | 2011-11-30 23:41:18 +0000 | [diff] [blame] | 1 | menuconfig CAN_CC770 | 
 | 2 | 	tristate "Bosch CC770 and Intel AN82527 devices" | 
| Marc Kleine-Budde | 6586c5d | 2012-07-20 21:04:13 +0200 | [diff] [blame] | 3 | 	depends on HAS_IOMEM | 
| Wolfgang Grandegger | edd2c26 | 2011-11-30 23:41:19 +0000 | [diff] [blame] | 4 |  | 
 | 5 | if CAN_CC770 | 
 | 6 |  | 
 | 7 | config CAN_CC770_ISA | 
 | 8 | 	tristate "ISA Bus based legacy CC770 driver" | 
 | 9 | 	---help--- | 
 | 10 | 	  This driver adds legacy support for CC770 and AN82527 chips | 
 | 11 | 	  connected to the ISA bus using I/O port, memory mapped or | 
 | 12 | 	  indirect access. | 
 | 13 |  | 
| Wolfgang Grandegger | e285e44 | 2011-11-30 23:41:20 +0000 | [diff] [blame] | 14 | config CAN_CC770_PLATFORM | 
 | 15 | 	tristate "Generic Platform Bus based CC770 driver" | 
 | 16 | 	---help--- | 
 | 17 | 	  This driver adds support for the CC770 and AN82527 chips | 
 | 18 | 	  connected to the "platform bus" (Linux abstraction for directly | 
 | 19 | 	  to the processor attached devices). | 
 | 20 |  | 
| Wolfgang Grandegger | edd2c26 | 2011-11-30 23:41:19 +0000 | [diff] [blame] | 21 | endif |