Commit 656b4e63 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rafael J. Wysocki

cpuidle: Fix Kconfig indentation

Adjust indentation from 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>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 5aa9ba63
...@@ -16,7 +16,7 @@ config CPU_IDLE ...@@ -16,7 +16,7 @@ config CPU_IDLE
if CPU_IDLE if CPU_IDLE
config CPU_IDLE_MULTIPLE_DRIVERS config CPU_IDLE_MULTIPLE_DRIVERS
bool bool
config CPU_IDLE_GOV_LADDER config CPU_IDLE_GOV_LADDER
bool "Ladder governor (for periodic timer tick)" bool "Ladder governor (for periodic timer tick)"
...@@ -63,13 +63,13 @@ source "drivers/cpuidle/Kconfig.powerpc" ...@@ -63,13 +63,13 @@ source "drivers/cpuidle/Kconfig.powerpc"
endmenu endmenu
config HALTPOLL_CPUIDLE config HALTPOLL_CPUIDLE
tristate "Halt poll cpuidle driver" tristate "Halt poll cpuidle driver"
depends on X86 && KVM_GUEST depends on X86 && KVM_GUEST
default y default y
help help
This option enables halt poll cpuidle driver, which allows to poll This option enables halt poll cpuidle driver, which allows to poll
before halting in the guest (more efficient than polling in the before halting in the guest (more efficient than polling in the
host via halt_poll_ns for some scenarios). host via halt_poll_ns for some scenarios).
endif endif
......
...@@ -3,15 +3,15 @@ ...@@ -3,15 +3,15 @@
# ARM CPU Idle drivers # ARM CPU Idle drivers
# #
config ARM_CPUIDLE config ARM_CPUIDLE
bool "Generic ARM/ARM64 CPU idle Driver" bool "Generic ARM/ARM64 CPU idle Driver"
select DT_IDLE_STATES select DT_IDLE_STATES
select CPU_IDLE_MULTIPLE_DRIVERS select CPU_IDLE_MULTIPLE_DRIVERS
help help
Select this to enable generic cpuidle driver for ARM. Select this to enable generic cpuidle driver for ARM.
It provides a generic idle driver whose idle states are configured It provides a generic idle driver whose idle states are configured
at run-time through DT nodes. The CPUidle suspend backend is at run-time through DT nodes. The CPUidle suspend backend is
initialized by calling the CPU operations init idle hook initialized by calling the CPU operations init idle hook
provided by architecture code. provided by architecture code.
config ARM_PSCI_CPUIDLE config ARM_PSCI_CPUIDLE
bool "PSCI CPU idle Driver" bool "PSCI CPU idle Driver"
......
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