pinctrl: intel: allow independent COMPILE_TEST
authorRaag Jadav <raag.jadav@intel.com>
Mon, 13 Nov 2023 12:55:34 +0000 (18:25 +0530)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 13 Nov 2023 15:50:18 +0000 (17:50 +0200)
Now that we have completed the transition to standard ACPI helpers for the
entire Intel pinctrl tree, we can detach COMPILE_TEST from ACPI dependency.

Signed-off-by: Raag Jadav <raag.jadav@intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/pinctrl/intel/Kconfig

index d66f4f6932d8d2d468223f29a4404f72ad903e14..44b022d8aee1ef4ae93474b11631f490eb7ba7fe 100644 (file)
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0
 # Intel pin control drivers
 menu "Intel pinctrl drivers"
-       depends on ACPI && (X86 || COMPILE_TEST)
+       depends on (ACPI && X86) || COMPILE_TEST
 
 config PINCTRL_BAYTRAIL
        bool "Intel Baytrail GPIO pin control"