diff options
author | Heiko Stübner <heiko@sntech.de> | 2016-07-16 00:17:14 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-25 20:44:20 -0600 |
commit | 23c3042b106f6f5f92f4b5ec11b3d07eaf35bc06 (patch) | |
tree | 1cece2f1a4bcb7777c477b003fed1877c9ee8a58 /configs/sandbox_defconfig | |
parent | 9f862ec717dd1087c8ccc282d231a3b3bcd608e2 (diff) |
cosmetic: rockchip: rk3036: pinctrl: fix config symbol naming
Rockchip socs are always named rkxxxx in all places, as also shown
by the naming of the rk3036 pinctrl file itself.
Therefore also name the config symbol according to this scheme.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 2067f87ccab..29e6d85bd4c 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -121,7 +121,7 @@ CONFIG_PCI_SANDBOX=y CONFIG_PINCTRL=y CONFIG_PINCONF=y CONFIG_ROCKCHIP_RK3288_PINCTRL=y -CONFIG_ROCKCHIP_3036_PINCTRL=y +CONFIG_ROCKCHIP_RK3036_PINCTRL=y CONFIG_PINCTRL_SANDBOX=y CONFIG_DM_PMIC=y CONFIG_PMIC_ACT8846=y |