Commit d2388172 authored by Cai Huoqing's avatar Cai Huoqing Committed by Linus Walleij

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: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: default avatarCai Huoqing <caihuoqing@baidu.com>
Signed-off-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent a42c7d95
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
# Intel pin control drivers # Intel pin control drivers
menu "Intel pinctrl drivers"
if (X86 || COMPILE_TEST) depends on X86 || COMPILE_TEST
config PINCTRL_BAYTRAIL config PINCTRL_BAYTRAIL
bool "Intel Baytrail GPIO pin control" bool "Intel Baytrail GPIO pin control"
...@@ -168,4 +168,4 @@ config PINCTRL_TIGERLAKE ...@@ -168,4 +168,4 @@ config PINCTRL_TIGERLAKE
This pinctrl driver provides an interface that allows configuring This pinctrl driver provides an interface that allows configuring
of Intel Tiger Lake PCH pins and using them as GPIOs. of Intel Tiger Lake PCH pins and using them as GPIOs.
endif endmenu
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment