Skip to content

Commit 7d9d280

Browse files
committed
pinctrl: intel: drop repeated config dependency
JIRA: https://issues.redhat.com/browse/RHEL-113190 commit 0ee2261 Author: Raag Jadav <raag.jadav@intel.com> Date: Mon Mar 3 19:25:06 2025 +0530 pinctrl: intel: drop repeated config dependency We already have ACPI dependency for Intel pinctrl menu. No need to repeat it. 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> Signed-off-by: Steve Best <sbest@redhat.com>
1 parent 4b5bf35 commit 7d9d280

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/pinctrl/intel/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ config PINCTRL_INTEL
3939

4040
config PINCTRL_INTEL_PLATFORM
4141
tristate "Intel pinctrl and GPIO platform driver"
42-
depends on ACPI
4342
select PINCTRL_INTEL
4443
help
4544
This pinctrl driver provides an interface that allows configuring
@@ -141,7 +140,6 @@ config PINCTRL_METEORLAKE
141140

142141
config PINCTRL_METEORPOINT
143142
tristate "Intel Meteor Point pinctrl and GPIO driver"
144-
depends on ACPI
145143
select PINCTRL_INTEL
146144
help
147145
Meteor Point is the PCH of Intel Meteor Lake. This pinctrl driver

0 commit comments

Comments
 (0)