OSDN Git Service

platform/x86: acer_wmi: Cleanup Kconfig selects
authorHans de Goede <hdegoede@redhat.com>
Mon, 20 Jun 2022 14:56:26 +0000 (16:56 +0200)
committerHans de Goede <hdegoede@redhat.com>
Mon, 27 Jun 2022 07:37:49 +0000 (09:37 +0200)
commit349da8ee726a19c5034145199985bbf78a1e933d
tree16777d8adad2ba9caf52165f4e0439571374a609
parent664607f54594d939bb9dda2a29db2b8e926b4e3f
platform/x86: acer_wmi: Cleanup Kconfig selects

ACER_WMI already depends on ACPI_WMI which depends on ACPI
so the "depends on ACPI" is unnecessary.

And since ACER_WMI already depends on ACPI adding an "if ACPI"
to the ACPI_VIDEO select is nonsense.

While at it also group all the selects together.

Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20220620145628.5882-1-hdegoede@redhat.com
drivers/platform/x86/Kconfig