diff options
author | David Wu | 2019-01-02 21:01:55 +0800 |
---|---|---|
committer | Philipp Tomsich | 2019-02-01 16:59:11 +0100 |
commit | 2ec3d25f8faab51c2334174a582a96ad28d96344 (patch) | |
tree | 5aae69ab642582b3157647b0dd4b8cab4fad0596 /configs/geekbox_defconfig | |
parent | e7ae4cf27a6d5837cb5e868712cdaa61d3ceb5e0 (diff) |
rockchip: defconfig: Clean the unused pinctrl config
If we used the pinctrl-rockchip driver, these config is not needed,
so remove them.
Signed-off-by: David Wu <david.wu@rock-chips.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'configs/geekbox_defconfig')
-rw-r--r-- | configs/geekbox_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/geekbox_defconfig b/configs/geekbox_defconfig index 884c5fe3e12..f40bcd97d8c 100644 --- a/configs/geekbox_defconfig +++ b/configs/geekbox_defconfig @@ -17,7 +17,6 @@ CONFIG_REGMAP=y CONFIG_SYSCON=y CONFIG_CLK=y CONFIG_PINCTRL=y -CONFIG_PINCTRL_ROCKCHIP_RK3368=y CONFIG_RAM=y CONFIG_DEBUG_UART_SHIFT=2 CONFIG_DEBUG_UART_ANNOUNCE=y |