platform/x86: dell: Make DELL_WMI_PRIVACY depend on DELL_WMI
authorHans de Goede <hdegoede@redhat.com>
Mon, 11 Oct 2021 13:23:38 +0000 (15:23 +0200)
committerHans de Goede <hdegoede@redhat.com>
Mon, 11 Oct 2021 13:25:26 +0000 (15:25 +0200)
DELL_WMI_PRIVACY is a feature toggle for the main dell-wmi driver,
so it must depend on the Kconfig option which enables the main
dell-wmi driver.

Fixes: 8af9fa37b8a3 ("platform/x86: dell-privacy: Add support for Dell hardware privacy")
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20211011132338.407571-1-hdegoede@redhat.com
drivers/platform/x86/dell/Kconfig

index 42513ea..2fffa57 100644 (file)
@@ -167,6 +167,7 @@ config DELL_WMI
 config DELL_WMI_PRIVACY
        bool "Dell WMI Hardware Privacy Support"
        depends on LEDS_TRIGGER_AUDIO = y || DELL_WMI = LEDS_TRIGGER_AUDIO
+       depends on DELL_WMI
        help
          This option adds integration with the "Dell Hardware Privacy"
          feature of Dell laptops to the dell-wmi driver.