forked from Minki/linux
This fixes the annoying Kconfig noise from pin control.
Mea Culpa. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJVNfxYAAoJEEEQszewGV1zth8QAJVd5qwbViZg4a2nPLSndiW+ grbWcxY6FITCHUYjrj8CzubeI9EokmBn3eBOZe27O8kgL5xIZsWtIuhnqzqVg4rb ctPTgKA3/GiOtSaOQX4XZe4IMocg6KufXl+P00VeTEpoIaE/yzDsO+fbzbGQznvS QRJTDpIezXOD4Vj14Ns/WLhSbHgDTc11NG7O5loSPQh7BN+NEow2zqldLmQNEYRd OW/BgvV6RzjP8pSXUaQLEH8+TzO1H/1E9kEBV1hPRiiwpLNRrgWNmRdk8ScpYell 7QxyEBil3pVUn4dXuTtas7369e4S5HvAM1+woupZyfsQbetAWxw6eZCloZUTnSgW jGg9hKLdyN2KbOZKwbLeDQWhpsYGnZ8dJqBhw1I15Q3G+RNjAdYlFAvw5ar6IjY2 6Xd5J/OWB8+xSrVYu+a9tCd4qTnmh0AYUMxYDGUW9nZclysvwSnCP/hX14E7yHGG kbeB1oy8DbJxOO03QQc3siStpBijXUcE40BQ+USy9iu2zev+7Q5ngLN7+6KhKsq0 BrRXKDSIQTsB1gh9PpEPWyKeKp58kJMn0EkfwZ98nr/te0xSPdFtjCJcU9ULg7ZL 2RUje/PXgfHySg/ly9ouJhDhuIYcqUDLjaqXOn/qgip656cmS1RhqLdbYL0LLuZC FUUQ/x05jJiixFSZwFGm =UKsa -----END PGP SIGNATURE----- Merge tag 'pinctrl-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl Pull pincontrol Kconfig fix from Linus Walleij: "This fixes the annoying Kconfig noise from pin control. Mea Culpa" * tag 'pinctrl-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: pinctrl: fix allmodconfig noise
This commit is contained in:
commit
8d582b9429
@ -95,9 +95,11 @@ config PINCTRL_FALCON
|
||||
|
||||
config PINCTRL_MESON
|
||||
bool
|
||||
depends on OF
|
||||
select PINMUX
|
||||
select PINCONF
|
||||
select GENERIC_PINCONF
|
||||
select GPIOLIB
|
||||
select OF_GPIO
|
||||
select REGMAP_MMIO
|
||||
|
||||
@ -229,7 +231,8 @@ config PINCTRL_XWAY
|
||||
|
||||
config PINCTRL_TB10X
|
||||
bool
|
||||
depends on ARC_PLAT_TB10X
|
||||
depends on OF && ARC_PLAT_TB10X
|
||||
select GPIOLIB
|
||||
|
||||
endmenu
|
||||
|
||||
|
@ -2,6 +2,7 @@ if ARCH_MEDIATEK || COMPILE_TEST
|
||||
|
||||
config PINCTRL_MTK_COMMON
|
||||
bool
|
||||
depends on OF
|
||||
select PINMUX
|
||||
select GENERIC_PINCONF
|
||||
select GPIOLIB
|
||||
@ -10,12 +11,14 @@ config PINCTRL_MTK_COMMON
|
||||
# For ARMv7 SoCs
|
||||
config PINCTRL_MT8135
|
||||
bool "Mediatek MT8135 pin control" if COMPILE_TEST && !MACH_MT8135
|
||||
depends on OF
|
||||
default MACH_MT8135
|
||||
select PINCTRL_MTK_COMMON
|
||||
|
||||
# For ARMv8 SoCs
|
||||
config PINCTRL_MT8173
|
||||
bool "Mediatek MT8173 pin control"
|
||||
depends on OF
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
default ARM64 && ARCH_MEDIATEK
|
||||
select PINCTRL_MTK_COMMON
|
||||
|
@ -30,9 +30,9 @@ if (ARCH_U8500 || ARCH_NOMADIK)
|
||||
config PINCTRL_NOMADIK
|
||||
bool "Nomadik pin controller driver"
|
||||
depends on ARCH_U8500 || ARCH_NOMADIK
|
||||
depends on OF && GPIOLIB
|
||||
select PINMUX
|
||||
select PINCONF
|
||||
select GPIOLIB
|
||||
select OF_GPIO
|
||||
select GPIOLIB_IRQCHIP
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user