Linux GPIO subsystem development
 help / color / mirror / Atom feed
* [PATCH v1] pinctrl: intel: drop repeated config dependency
@ 2025-03-03 13:55 Raag Jadav
  2025-03-03 14:03 ` Mika Westerberg
  2025-03-03 14:03 ` Andy Shevchenko
  0 siblings, 2 replies; 4+ messages in thread
From: Raag Jadav @ 2025-03-03 13:55 UTC (permalink / raw)
  To: mika.westerberg, andriy.shevchenko, linus.walleij
  Cc: linux-gpio, linux-kernel, Raag Jadav

We already have ACPI dependency for Intel pinctrl menu. No need to
repeat it.

Signed-off-by: Raag Jadav <raag.jadav@intel.com>
---
 drivers/pinctrl/intel/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/pinctrl/intel/Kconfig b/drivers/pinctrl/intel/Kconfig
index 14c26c023590..248c2e558ff3 100644
--- a/drivers/pinctrl/intel/Kconfig
+++ b/drivers/pinctrl/intel/Kconfig
@@ -39,7 +39,6 @@ config PINCTRL_INTEL
 
 config PINCTRL_INTEL_PLATFORM
 	tristate "Intel pinctrl and GPIO platform driver"
-	depends on ACPI
 	select PINCTRL_INTEL
 	help
 	  This pinctrl driver provides an interface that allows configuring
@@ -141,7 +140,6 @@ config PINCTRL_METEORLAKE
 
 config PINCTRL_METEORPOINT
 	tristate "Intel Meteor Point pinctrl and GPIO driver"
-	depends on ACPI
 	select PINCTRL_INTEL
 	help
 	  Meteor Point is the PCH of Intel Meteor Lake. This pinctrl driver
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-03-03 14:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-03 13:55 [PATCH v1] pinctrl: intel: drop repeated config dependency Raag Jadav
2025-03-03 14:03 ` Mika Westerberg
2025-03-03 14:21   ` Andy Shevchenko
2025-03-03 14:03 ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox