diff options
author | Tomoya MORINAGA <tomoya.rohm@gmail.com> | 2012-01-27 06:05:22 -0500 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2012-02-02 19:21:26 -0500 |
commit | 03c49daa8168b58e6256f0cad88771b9440ca5f7 (patch) | |
tree | 95ba97d581c47b536084bb945f378a461c3ee06c | |
parent | 74b5127884d76ccbf4f445f650f9e969ccb4a374 (diff) |
can: Kconfig: add more information about Intel EG20T PCH CAN controller
Current menu description, not easy to understand what the description
means. So, add information about the device.
Signed-off-by: Tomoya MORINAGA <tomoya.rohm@gmail.com>
[mkl: Added space before opening parentheses in Kconfig.
Make commit message more descriptive.]
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r-- | drivers/net/can/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig index ab45758c49a4..bb709fd66993 100644 --- a/drivers/net/can/Kconfig +++ b/drivers/net/can/Kconfig | |||
@@ -103,11 +103,11 @@ config CAN_FLEXCAN | |||
103 | Say Y here if you want to support for Freescale FlexCAN. | 103 | Say Y here if you want to support for Freescale FlexCAN. |
104 | 104 | ||
105 | config PCH_CAN | 105 | config PCH_CAN |
106 | tristate "PCH CAN" | 106 | tristate "Intel EG20T PCH CAN controller" |
107 | depends on CAN_DEV && PCI | 107 | depends on CAN_DEV && PCI |
108 | ---help--- | 108 | ---help--- |
109 | This driver is for PCH CAN of Topcliff which is an IOH for x86 | 109 | This driver is for PCH CAN of Topcliff (Intel EG20T PCH) which |
110 | embedded processor. | 110 | is an IOH for x86 embedded processor (Intel Atom E6xx series). |
111 | This driver can access CAN bus. | 111 | This driver can access CAN bus. |
112 | 112 | ||
113 | source "drivers/net/can/mscan/Kconfig" | 113 | source "drivers/net/can/mscan/Kconfig" |