diff mbox

[2/2] Kconfig: add information

Message ID 1327662322-5425-2-git-send-email-tomoya.rohm@gmail.com
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Tomoya MORINAGA Jan. 27, 2012, 11:05 a.m. UTC
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>
---
 drivers/net/can/Kconfig |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

Comments

Marc Kleine-Budde Jan. 31, 2012, 10:14 p.m. UTC | #1
On 01/27/2012 12:05 PM, Tomoya MORINAGA wrote:
> 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>

Applied to can-next.
tnx Marc
diff mbox

Patch

diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig
index ab45758..fb985205 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"