]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nouveau/Kconfig: Drop duplicate "select ACPI_VIDEO"
authorHans de Goede <hdegoede@redhat.com>
Mon, 20 Jun 2022 09:46:27 +0000 (11:46 +0200)
committerHans de Goede <hdegoede@redhat.com>
Thu, 23 Jun 2022 10:15:04 +0000 (12:15 +0200)
commit6c9b7376cc63d5e288d752b9a4c9cce3e0826f43
treeab455d869daf5f5e233a92a287d48bb039b0eedd
parentac90c8dd56dfb04024b7ad6e10bb1cef33ccd899
drm/nouveau/Kconfig: Drop duplicate "select ACPI_VIDEO"

Before this change nouveau's Kconfig section had 2 "select ACPI_VIDEO"
statements:

select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && INPUT
select ACPI_VIDEO if ACPI && X86

Drop the one with the extra conditions, if the conditions for that
one are true then the second statement will always select ACPI_VIDEO
already.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220620094627.9730-1-hdegoede@redhat.com
drivers/gpu/drm/nouveau/Kconfig