Kconfig (f9cd49033b349b8be3bb1f01b39eed837853d880) Kconfig (65929215d85702dd4a76db0ba9fbfc022ab99e55)
1#
2# Character device configuration
3#
4
5menu "Character devices"
6
7source "drivers/tty/Kconfig"
8

--- 404 unchanged lines hidden (view full) ---

413 <dwmw2@infradead.org>.
414
415 To compile this driver as a module, choose M here: the
416 module will be called applicom.
417
418 If unsure, say N.
419
420config SONYPI
1#
2# Character device configuration
3#
4
5menu "Character devices"
6
7source "drivers/tty/Kconfig"
8

--- 404 unchanged lines hidden (view full) ---

413 <dwmw2@infradead.org>.
414
415 To compile this driver as a module, choose M here: the
416 module will be called applicom.
417
418 If unsure, say N.
419
420config SONYPI
421 tristate "Sony Vaio Programmable I/O Control Device support (EXPERIMENTAL)"
422 depends on EXPERIMENTAL && X86 && PCI && INPUT && !64BIT
421 tristate "Sony Vaio Programmable I/O Control Device support"
422 depends on X86 && PCI && INPUT && !64BIT
423 ---help---
424 This driver enables access to the Sony Programmable I/O Control
425 Device which can be found in many (all ?) Sony Vaio laptops.
426
427 If you have one of those laptops, read
428 <file:Documentation/laptops/sonypi.txt>, and say Y or M here.
429
430 To compile this driver as a module, choose M here: the

--- 130 unchanged lines hidden (view full) ---

561 help
562 The uv_mmtimer device allows direct userspace access to the
563 UV system timer.
564
565source "drivers/char/tpm/Kconfig"
566
567config TELCLOCK
568 tristate "Telecom clock driver for ATCA SBC"
423 ---help---
424 This driver enables access to the Sony Programmable I/O Control
425 Device which can be found in many (all ?) Sony Vaio laptops.
426
427 If you have one of those laptops, read
428 <file:Documentation/laptops/sonypi.txt>, and say Y or M here.
429
430 To compile this driver as a module, choose M here: the

--- 130 unchanged lines hidden (view full) ---

561 help
562 The uv_mmtimer device allows direct userspace access to the
563 UV system timer.
564
565source "drivers/char/tpm/Kconfig"
566
567config TELCLOCK
568 tristate "Telecom clock driver for ATCA SBC"
569 depends on EXPERIMENTAL && X86
569 depends on X86
570 default n
571 help
572 The telecom clock device is specific to the MPCBL0010 and MPCBL0050
573 ATCA computers and allows direct userspace access to the
574 configuration of the telecom clock configuration settings. This
575 device is used for hardware synchronization across the ATCA backplane
576 fabric. Upon loading, the driver exports a sysfs directory,
577 /sys/devices/platform/telco_clock, with a number of files for

--- 31 unchanged lines hidden ---
570 default n
571 help
572 The telecom clock device is specific to the MPCBL0010 and MPCBL0050
573 ATCA computers and allows direct userspace access to the
574 configuration of the telecom clock configuration settings. This
575 device is used for hardware synchronization across the ATCA backplane
576 fabric. Upon loading, the driver exports a sysfs directory,
577 /sys/devices/platform/telco_clock, with a number of files for

--- 31 unchanged lines hidden ---