diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2009-11-17 06:57:12 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-17 06:57:34 -0500 |
commit | 24cfbcbabf1faef396ee45b13b25c85d2d17b90d (patch) | |
tree | 051ee7aaf63a08fa3fc60741b7c576aa8f11d3e3 /drivers/net/can/mscan/Kconfig | |
parent | 323907ac72a223ed4e4d67ce8e3589900023a0c8 (diff) |
net/can/mscan: improve build
- move Kconfig entries to the subdirectory
- do remaining renames of mpc52xx to mpc5xxx
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/can/mscan/Kconfig')
-rw-r--r-- | drivers/net/can/mscan/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/drivers/net/can/mscan/Kconfig b/drivers/net/can/mscan/Kconfig new file mode 100644 index 000000000000..cd0f2d6f375d --- /dev/null +++ b/drivers/net/can/mscan/Kconfig | |||
@@ -0,0 +1,23 @@ | |||
1 | config CAN_MSCAN | ||
2 | depends on CAN_DEV && (PPC || M68K || M68KNOMMU) | ||
3 | tristate "Support for Freescale MSCAN based chips" | ||
4 | ---help--- | ||
5 | The Motorola Scalable Controller Area Network (MSCAN) definition | ||
6 | is based on the MSCAN12 definition which is the specific | ||
7 | implementation of the Motorola Scalable CAN concept targeted for | ||
8 | the Motorola MC68HC12 Microcontroller Family. | ||
9 | |||
10 | if CAN_MSCAN | ||
11 | |||
12 | config CAN_MPC5XXX | ||
13 | tristate "Freescale MPC5xxx onboard CAN controller" | ||
14 | depends on PPC_MPC52xx | ||
15 | ---help--- | ||
16 | If you say yes here you get support for Freescale's MPC5xxx | ||
17 | onboard CAN controller. | ||
18 | |||
19 | This driver can also be built as a module. If so, the module | ||
20 | will be called mscan-mpc5xxx.ko. | ||
21 | |||
22 | endif | ||
23 | |||