Kconfig (7483d45f0aee3afc0646d185cabd4af9f6cab58c) Kconfig (6586c5d74e8c2883ed1246aae81275efb777c088)
1menuconfig CAN_CC770
2 tristate "Bosch CC770 and Intel AN82527 devices"
1menuconfig CAN_CC770
2 tristate "Bosch CC770 and Intel AN82527 devices"
3 depends on CAN_DEV && HAS_IOMEM
3 depends on HAS_IOMEM
4
5if CAN_CC770
6
7config 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
14config 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
21endif
4
5if CAN_CC770
6
7config 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
14config 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
21endif