[PATCH] minor updat to tlclk Kconfig entry

The tlclk driver is going on the MPCBL005 so I need to make the Kconfig
more more generic.  Just some text changes.

Signed-off-by: Mark Gross <mark.gross@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Mark Gross 2007-03-06 13:58:45 -08:00 committed by Linus Torvalds
parent 059819a41d
commit 03154a2710

View file

@ -1026,16 +1026,17 @@ config MMTIMER
source "drivers/char/tpm/Kconfig" source "drivers/char/tpm/Kconfig"
config TELCLOCK config TELCLOCK
tristate "Telecom clock driver for MPBL0010 ATCA SBC" tristate "Telecom clock driver for ATCA SBC"
depends on EXPERIMENTAL && X86 depends on EXPERIMENTAL && X86
default n default n
help help
The telecom clock device is specific to the MPBL0010 ATCA computer and The telecom clock device is specific to the MPCBL0010 and MPCBL0050
allows direct userspace access to the configuration of the telecom clock ATCA computers and allows direct userspace access to the
configuration settings. This device is used for hardware synchronization configuration of the telecom clock configuration settings. This
across the ATCA backplane fabric. Upon loading, the driver exports a device is used for hardware synchronization across the ATCA backplane
sysfs directory, /sys/devices/platform/telco_clock, with a number of fabric. Upon loading, the driver exports a sysfs directory,
files for controlling the behavior of this hardware. /sys/devices/platform/telco_clock, with a number of files for
controlling the behavior of this hardware.
endmenu endmenu