Skip to content

Commit d238817

Browse files
caihuoqing1990Linus Walleij
authored andcommitted
pinctrl: intel: Kconfig: Add configuration menu to Intel pin control
Adding a configuration menu to hold many Intel pin control drivers helps to make the display more concise. Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Cai Huoqing <caihuoqing@baidu.com> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent a42c7d9 commit d238817

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/pinctrl/intel/Kconfig

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

66
config PINCTRL_BAYTRAIL
77
bool "Intel Baytrail GPIO pin control"
@@ -168,4 +168,4 @@ config PINCTRL_TIGERLAKE
168168
This pinctrl driver provides an interface that allows configuring
169169
of Intel Tiger Lake PCH pins and using them as GPIOs.
170170

171-
endif
171+
endmenu

0 commit comments

Comments
 (0)