diff options
Diffstat (limited to 'drivers/net/can/cc770/Kconfig')
-rw-r--r-- | drivers/net/can/cc770/Kconfig | 7 |
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 | |||
11 | connected to the ISA bus using I/O port, memory mapped or | 11 | connected to the ISA bus using I/O port, memory mapped or |
12 | indirect access. | 12 | indirect access. |
13 | 13 | ||
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 | |||
14 | endif | 21 | endif |