]> Pileus Git - ~andy/linux/commitdiff
can: Kconfig: add more information about Intel EG20T PCH CAN controller
authorTomoya MORINAGA <tomoya.rohm@gmail.com>
Fri, 27 Jan 2012 11:05:22 +0000 (20:05 +0900)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 3 Feb 2012 00:21:26 +0000 (01:21 +0100)
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>
drivers/net/can/Kconfig

index ab45758c49a4938fbcee5e4f7304a7c76b59915e..bb709fd66993cd7f519186a549bd4b73e9609b3b 100644 (file)
@@ -103,11 +103,11 @@ config CAN_FLEXCAN
          Say Y here if you want to support for Freescale FlexCAN.
 
 config PCH_CAN
-       tristate "PCH CAN"
+       tristate "Intel EG20T PCH CAN controller"
        depends on CAN_DEV && PCI
        ---help---
-         This driver is for PCH CAN of Topcliff which is an IOH for x86
-         embedded processor.
+         This driver is for PCH CAN of Topcliff (Intel EG20T PCH) which
+         is an IOH for x86 embedded processor (Intel Atom E6xx series).
          This driver can access CAN bus.
 
 source "drivers/net/can/mscan/Kconfig"