Commit 599ea01c authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Greg Kroah-Hartman

char: Fix Kconfig indentation, continued

Adjust indentation from seven spaces to tab (+optional two spaces) as in
coding style with command like:
	$ sed -e 's/^        /\t/' -i */Kconfig
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20191121132842.28942-1-krzk@kernel.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ab64ec1d
...@@ -373,17 +373,17 @@ config HW_RANDOM_MESON ...@@ -373,17 +373,17 @@ config HW_RANDOM_MESON
If unsure, say Y. If unsure, say Y.
config HW_RANDOM_CAVIUM config HW_RANDOM_CAVIUM
tristate "Cavium ThunderX Random Number Generator support" tristate "Cavium ThunderX Random Number Generator support"
depends on HW_RANDOM && PCI && (ARM64 || (COMPILE_TEST && 64BIT)) depends on HW_RANDOM && PCI && (ARM64 || (COMPILE_TEST && 64BIT))
default HW_RANDOM default HW_RANDOM
---help--- ---help---
This driver provides kernel-side support for the Random Number This driver provides kernel-side support for the Random Number
Generator hardware found on Cavium SoCs. Generator hardware found on Cavium SoCs.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called cavium_rng. module will be called cavium_rng.
If unsure, say Y. If unsure, say Y.
config HW_RANDOM_MTK config HW_RANDOM_MTK
tristate "Mediatek Random Number Generator support" tristate "Mediatek Random Number Generator support"
......
...@@ -4,38 +4,38 @@ ...@@ -4,38 +4,38 @@
# #
menuconfig IPMI_HANDLER menuconfig IPMI_HANDLER
tristate 'IPMI top-level message handler' tristate 'IPMI top-level message handler'
depends on HAS_IOMEM depends on HAS_IOMEM
select IPMI_DMI_DECODE if DMI select IPMI_DMI_DECODE if DMI
help help
This enables the central IPMI message handler, required for IPMI This enables the central IPMI message handler, required for IPMI
to work. to work.
IPMI is a standard for managing sensors (temperature, IPMI is a standard for managing sensors (temperature,
voltage, etc.) in a system. voltage, etc.) in a system.
See <file:Documentation/IPMI.txt> for more details on the driver. See <file:Documentation/IPMI.txt> for more details on the driver.
If unsure, say N. If unsure, say N.
config IPMI_DMI_DECODE config IPMI_DMI_DECODE
select IPMI_PLAT_DATA select IPMI_PLAT_DATA
bool bool
config IPMI_PLAT_DATA config IPMI_PLAT_DATA
bool bool
if IPMI_HANDLER if IPMI_HANDLER
config IPMI_PANIC_EVENT config IPMI_PANIC_EVENT
bool 'Generate a panic event to all BMCs on a panic' bool 'Generate a panic event to all BMCs on a panic'
help help
When a panic occurs, this will cause the IPMI message handler to, When a panic occurs, this will cause the IPMI message handler to,
by default, generate an IPMI event describing the panic to each by default, generate an IPMI event describing the panic to each
interface registered with the message handler. This is always interface registered with the message handler. This is always
available, the module parameter for ipmi_msghandler named available, the module parameter for ipmi_msghandler named
panic_op can be set to "event" to chose this value, this config panic_op can be set to "event" to chose this value, this config
simply causes the default value to be set to "event". simply causes the default value to be set to "event".
config IPMI_PANIC_STRING config IPMI_PANIC_STRING
bool 'Generate OEM events containing the panic string' bool 'Generate OEM events containing the panic string'
...@@ -54,43 +54,43 @@ config IPMI_PANIC_STRING ...@@ -54,43 +54,43 @@ config IPMI_PANIC_STRING
causes the default value to be set to "string". causes the default value to be set to "string".
config IPMI_DEVICE_INTERFACE config IPMI_DEVICE_INTERFACE
tristate 'Device interface for IPMI' tristate 'Device interface for IPMI'
help help
This provides an IOCTL interface to the IPMI message handler so This provides an IOCTL interface to the IPMI message handler so
userland processes may use IPMI. It supports poll() and select(). userland processes may use IPMI. It supports poll() and select().
config IPMI_SI config IPMI_SI
tristate 'IPMI System Interface handler' tristate 'IPMI System Interface handler'
select IPMI_PLAT_DATA select IPMI_PLAT_DATA
help help
Provides a driver for System Interfaces (KCS, SMIC, BT). Provides a driver for System Interfaces (KCS, SMIC, BT).
Currently, only KCS and SMIC are supported. If Currently, only KCS and SMIC are supported. If
you are using IPMI, you should probably say "y" here. you are using IPMI, you should probably say "y" here.
config IPMI_SSIF config IPMI_SSIF
tristate 'IPMI SMBus handler (SSIF)' tristate 'IPMI SMBus handler (SSIF)'
select I2C select I2C
help help
Provides a driver for a SMBus interface to a BMC, meaning that you Provides a driver for a SMBus interface to a BMC, meaning that you
have a driver that must be accessed over an I2C bus instead of a have a driver that must be accessed over an I2C bus instead of a
standard interface. This module requires I2C support. standard interface. This module requires I2C support.
config IPMI_POWERNV config IPMI_POWERNV
depends on PPC_POWERNV depends on PPC_POWERNV
tristate 'POWERNV (OPAL firmware) IPMI interface' tristate 'POWERNV (OPAL firmware) IPMI interface'
help help
Provides a driver for OPAL firmware-based IPMI interfaces. Provides a driver for OPAL firmware-based IPMI interfaces.
config IPMI_WATCHDOG config IPMI_WATCHDOG
tristate 'IPMI Watchdog Timer' tristate 'IPMI Watchdog Timer'
help help
This enables the IPMI watchdog timer. This enables the IPMI watchdog timer.
config IPMI_POWEROFF config IPMI_POWEROFF
tristate 'IPMI Poweroff' tristate 'IPMI Poweroff'
help help
This enables a function to power off the system with IPMI if This enables a function to power off the system with IPMI if
the IPMI management controller is capable of this. the IPMI management controller is capable of this.
endif # IPMI_HANDLER endif # IPMI_HANDLER
...@@ -126,7 +126,7 @@ config NPCM7XX_KCS_IPMI_BMC ...@@ -126,7 +126,7 @@ config NPCM7XX_KCS_IPMI_BMC
config ASPEED_BT_IPMI_BMC config ASPEED_BT_IPMI_BMC
depends on ARCH_ASPEED || COMPILE_TEST depends on ARCH_ASPEED || COMPILE_TEST
depends on REGMAP && REGMAP_MMIO && MFD_SYSCON depends on REGMAP && REGMAP_MMIO && MFD_SYSCON
tristate "BT IPMI bmc driver" tristate "BT IPMI bmc driver"
help help
Provides a driver for the BT (Block Transfer) IPMI interface Provides a driver for the BT (Block Transfer) IPMI interface
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment