forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/net/can/mscan/Kconfig
....@@ -1,7 +1,8 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config CAN_MSCAN
23 depends on PPC
34 tristate "Support for Freescale MSCAN based chips"
4
- ---help---
5
+ help
56 The Motorola Scalable Controller Area Network (MSCAN) definition
67 is based on the MSCAN12 definition which is the specific
78 implementation of the Motorola Scalable CAN concept targeted for
....@@ -12,7 +13,7 @@
1213 config CAN_MPC5XXX
1314 tristate "Freescale MPC5xxx onboard CAN controller"
1415 depends on (PPC_MPC52xx || PPC_MPC512x)
15
- ---help---
16
+ help
1617 If you say yes here you get support for Freescale's MPC5xxx
1718 onboard CAN controller. Currently, the MPC5200, MPC5200B and
1819 MPC5121 (Rev. 2 and later) are supported.