[PATCH] ACPI: introduce CONFIG_ACPI_REDUCED_HARDWARE_ONLY to enforce this ACPI mode
Arnd Bergmann
arnd at arndb.de
Tue Jan 14 16:26:21 EST 2014
On Tuesday 14 January 2014 13:37:02 al.stone at linaro.org wrote:
> +config ACPI_REDUCED_HARDWARE_ONLY
> + bool "Hardware-reduced ACPI support only"
> + def_bool n
> + depends on ACPI && EXPERT
I think this will cause a Kconfig warning if you try to select this
on ARM64 without turning on EXPERT as well.
It should be ok if you express it as
config ACPI_REDUCED_HARDWARE_ONLY
bool "Hardware-reduced ACPI support only" if EXPERT
def_bool n
depends on ACPI
Arnd
More information about the linux-arm-kernel
mailing list