Skip to content

Commit 22f5770

Browse files
raagjadavandy-shev
authored andcommitted
pinctrl: intel: allow independent COMPILE_TEST
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 <[email protected]> Acked-by: Mika Westerberg <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent a35c62b commit 22f5770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/intel/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0
22
# Intel pin control drivers
33
menu "Intel pinctrl drivers"
4-
depends on ACPI && (X86 || COMPILE_TEST)
4+
depends on (ACPI && X86) || COMPILE_TEST
55

66
config PINCTRL_BAYTRAIL
77
bool "Intel Baytrail GPIO pin control"

0 commit comments

Comments
 (0)