mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
UPSTREAM: arm64: remove select PINCTRL_ROCKCHIP from ARCH_ROCKCHIP
Prepare to make pinctrl driver of rockchip to be module able, this patch
remove the select of PINCTRL_ROCKCHIP from ARCH_ROCKCHIP.
Change-Id: Ibc725c09c92e057b22a035b43b96c9e7c60d3f52
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Link: https://lore.kernel.org/r/20210305003907.1692515-2-jay.xu@rock-chips.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
(cherry picked from commit 25fda51ca3)
This commit is contained in:
@@ -218,9 +218,7 @@ config ARCH_RENESAS
|
||||
config ARCH_ROCKCHIP
|
||||
bool "Rockchip Platforms"
|
||||
select ARCH_HAS_RESET_CONTROLLER
|
||||
select GPIOLIB
|
||||
select PINCTRL
|
||||
select PINCTRL_ROCKCHIP
|
||||
select PM
|
||||
select ROCKCHIP_TIMER
|
||||
help
|
||||
|
||||
@@ -209,11 +209,15 @@ config PINCTRL_OXNAS
|
||||
config PINCTRL_ROCKCHIP
|
||||
tristate "Rockchip gpio and pinctrl driver"
|
||||
depends on OF
|
||||
select GPIOLIB
|
||||
select PINMUX
|
||||
select GENERIC_PINCONF
|
||||
select GENERIC_IRQ_CHIP
|
||||
select MFD_SYSCON
|
||||
select OF_GPIO
|
||||
default ARCH_ROCKCHIP
|
||||
help
|
||||
This support pinctrl and gpio driver for Rockchip SoCs.
|
||||
|
||||
config PINCTRL_SINGLE
|
||||
tristate "One-register-per-pin type device tree based pinctrl driver"
|
||||
|
||||
Reference in New Issue
Block a user