cosmetic: rockchip: rk3288: pinctrl: fix config symbol naming
The rk3288 pinctrl is very specific to this soc, so should not hog the generic rockchip naming. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Simon Glass
parent
266c8fad51
commit
9f862ec717
@@ -123,12 +123,12 @@ config QCA953X_PINCTRL
|
||||
both the GPIO definitions and pin control functions for each
|
||||
available multiplex function.
|
||||
|
||||
config ROCKCHIP_PINCTRL
|
||||
config ROCKCHIP_RK3288_PINCTRL
|
||||
bool "Rockchip pin control driver"
|
||||
depends on DM
|
||||
help
|
||||
Support pin multiplexing control on Rockchip SoCs. The driver is
|
||||
controlled by a device tree node which contains both the GPIO
|
||||
Support pin multiplexing control on Rockchip rk3288 SoCs. The driver
|
||||
is controlled by a device tree node which contains both the GPIO
|
||||
definitions and pin control functions for each available multiplex
|
||||
function.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user