[PATCH v1] pinctrl: intel: allow independent COMPILE_TEST

Raag Jadav posted 1 patch 2 years, 1 month ago
drivers/pinctrl/intel/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v1] pinctrl: intel: allow independent COMPILE_TEST
Posted by Raag Jadav 2 years, 1 month ago
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>
---
 drivers/pinctrl/intel/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/intel/Kconfig b/drivers/pinctrl/intel/Kconfig
index d66f4f6932d8..44b022d8aee1 100644
--- a/drivers/pinctrl/intel/Kconfig
+++ b/drivers/pinctrl/intel/Kconfig
@@ -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"

base-commit: a35c62ba7ae5f96f6e2683beed3f9c7ee37548cf
-- 
2.17.1
Re: [PATCH v1] pinctrl: intel: allow independent COMPILE_TEST
Posted by Mika Westerberg 2 years, 1 month ago
On Mon, Nov 13, 2023 at 06:25:34PM +0530, Raag Jadav wrote:
> 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>
Re: [PATCH v1] pinctrl: intel: allow independent COMPILE_TEST
Posted by Andy Shevchenko 2 years, 1 month ago
On Mon, Nov 13, 2023 at 03:42:51PM +0200, Mika Westerberg wrote:
> On Mon, Nov 13, 2023 at 06:25:34PM +0530, Raag Jadav wrote:
> > 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>

Pushed to my review and testing queue, thanks!

-- 
With Best Regards,
Andy Shevchenko