Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Cai Huoqing and committed by
Linus Walleij
d2388172 a42c7d95

+3 -3
+3 -3
drivers/pinctrl/intel/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 2 # Intel pin control drivers 3 - 4 - if (X86 || COMPILE_TEST) 3 + menu "Intel pinctrl drivers" 4 + depends on X86 || COMPILE_TEST 5 5 6 6 config PINCTRL_BAYTRAIL 7 7 bool "Intel Baytrail GPIO pin control" ··· 168 168 This pinctrl driver provides an interface that allows configuring 169 169 of Intel Tiger Lake PCH pins and using them as GPIOs. 170 170 171 - endif 171 + endmenu