diff options
author | Heiko Stübner <heiko@sntech.de> | 2016-07-16 00:17:13 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-25 20:44:20 -0600 |
commit | 9f862ec717dd1087c8ccc282d231a3b3bcd608e2 (patch) | |
tree | 382a4d2c21c1e964b90d498cefe7eac59b121c8d /configs/chromebook_jerry_defconfig | |
parent | 266c8fad51c20c8c8a641696ac1d8d8dea58d700 (diff) |
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 'configs/chromebook_jerry_defconfig')
-rw-r--r-- | configs/chromebook_jerry_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/chromebook_jerry_defconfig b/configs/chromebook_jerry_defconfig index d5bc5153b1..fd5314aae1 100644 --- a/configs/chromebook_jerry_defconfig +++ b/configs/chromebook_jerry_defconfig @@ -53,7 +53,7 @@ CONFIG_ROCKCHIP_DWMMC=y CONFIG_PINCTRL=y CONFIG_SPL_PINCTRL=y # CONFIG_SPL_PINCTRL_FULL is not set -CONFIG_ROCKCHIP_PINCTRL=y +CONFIG_ROCKCHIP_RK3288_PINCTRL=y CONFIG_DM_PMIC=y # CONFIG_SPL_PMIC_CHILDREN is not set CONFIG_PMIC_RK808=y |