aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
authorHeiko Stübner <heiko@sntech.de>2016-07-16 00:17:13 +0200
committerSimon Glass <sjg@chromium.org>2016-07-25 20:44:20 -0600
commit9f862ec717dd1087c8ccc282d231a3b3bcd608e2 (patch)
tree382a4d2c21c1e964b90d498cefe7eac59b121c8d /drivers/pinctrl/Kconfig
parent266c8fad51c20c8c8a641696ac1d8d8dea58d700 (diff)
downloadu-boot-9f862ec717dd1087c8ccc282d231a3b3bcd608e2.zip
u-boot-9f862ec717dd1087c8ccc282d231a3b3bcd608e2.tar.gz
u-boot-9f862ec717dd1087c8ccc282d231a3b3bcd608e2.tar.bz2
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>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r--drivers/pinctrl/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 1785e3b..85dddd3 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -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.