diff options
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/Kconfig | 18 | ||||
-rw-r--r-- | drivers/misc/echo/Kconfig | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index edd5dd5ebfdc..e1b1ba5e2b92 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -60,7 +60,7 @@ config ATMEL_TCLIB config DUMMY_IRQ tristate "Dummy IRQ handler" - ---help--- + help This module accepts a single 'irq' parameter, which it should register for. The sole purpose of this module is to help with debugging of systems on which spurious IRQs would happen on disabled IRQ vector. @@ -69,7 +69,7 @@ config IBM_ASM tristate "Device driver for IBM RSA service processor" depends on X86 && PCI && INPUT depends on SERIAL_8250 || SERIAL_8250=n - ---help--- + help This option enables device driver support for in-band access to the IBM RSA (Condor) service processor in eServer xSeries systems. The ibmasm device driver allows user space application to access @@ -167,7 +167,7 @@ config ICS932S401 config ATMEL_SSC tristate "Device driver for Atmel SSC peripheral" depends on HAS_IOMEM && (ARCH_AT91 || COMPILE_TEST) - ---help--- + help This option enables device driver support for Atmel Synchronized Serial Communication peripheral (SSC). @@ -190,7 +190,7 @@ config SGI_XP depends on (IA64_SGI_UV || X86_UV) && SMP depends on X86_64 || BROKEN select SGI_GRU if X86_64 && SMP - ---help--- + help An SGI machine can be divided into multiple Single System Images which act independently of each other and have hardware based memory protection from the others. Enabling @@ -267,7 +267,7 @@ config SGI_GRU tristate "SGI GRU driver" depends on X86_UV && SMP select MMU_NOTIFIER - ---help--- + help The GRU is a hardware resource located in the system chipset. The GRU contains memory that can be mmapped into the user address space. This memory is used to communicate with the GRU to perform functions such as load/store, @@ -280,7 +280,7 @@ config SGI_GRU config SGI_GRU_DEBUG bool "SGI GRU driver debug" depends on SGI_GRU - ---help--- + help This option enables additional debugging code for the SGI GRU driver. If you are unsure, say N. @@ -327,7 +327,7 @@ config SENSORS_TSL2550 config SENSORS_BH1770 tristate "BH1770GLC / SFH7770 combined ALS - Proximity sensor" depends on I2C - ---help--- + help Say Y here if you want to build a driver for BH1770GLC (ROHM) or SFH7770 (Osram) combined ambient light and proximity sensor chip. @@ -337,7 +337,7 @@ config SENSORS_BH1770 config SENSORS_APDS990X tristate "APDS990X combined als and proximity sensors" depends on I2C - ---help--- + help Say Y here if you want to build a driver for Avago APDS990x combined ambient light and proximity sensor chip. @@ -427,7 +427,7 @@ config PCI_ENDPOINT_TEST depends on PCI select CRC32 tristate "PCI Endpoint Test driver" - ---help--- + help Enable this configuration option to enable the host side test driver for PCI Endpoint. diff --git a/drivers/misc/echo/Kconfig b/drivers/misc/echo/Kconfig index be70b263e271..ce0a37a47fc1 100644 --- a/drivers/misc/echo/Kconfig +++ b/drivers/misc/echo/Kconfig @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only config ECHO tristate "Line Echo Canceller support" - ---help--- + help This driver provides line echo cancelling support for mISDN and Zaptel drivers. |