summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/Kconfig
diff options
context:
space:
mode:
authorTomoya MORINAGA2012-01-27 12:05:22 +0100
committerMarc Kleine-Budde2012-02-03 01:21:26 +0100
commit03c49daa8168b58e6256f0cad88771b9440ca5f7 (patch)
tree95ba97d581c47b536084bb945f378a461c3ee06c /drivers/net/can/Kconfig
parentcan: pch_can: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor (diff)
downloadkernel-qcow2-linux-03c49daa8168b58e6256f0cad88771b9440ca5f7.tar.gz
kernel-qcow2-linux-03c49daa8168b58e6256f0cad88771b9440ca5f7.tar.xz
kernel-qcow2-linux-03c49daa8168b58e6256f0cad88771b9440ca5f7.zip
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>
Diffstat (limited to 'drivers/net/can/Kconfig')
-rw-r--r--drivers/net/can/Kconfig6
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
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"