diff options
author | Tom Rini <trini@konsulko.com> | 2018-02-10 20:27:45 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-10 20:29:02 -0500 |
commit | 7c8f00e484658c673d32d8422c96cb64bb571063 (patch) | |
tree | e61c6c50eac27f8843142c417b5d18d0d543b4f1 /configs/rpi_0_w_defconfig | |
parent | f59ab6c659fc8c3abc3fdd85ce9279f7930256a7 (diff) | |
download | u-boot-7c8f00e484658c673d32d8422c96cb64bb571063.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/rpi_0_w_defconfig')
-rw-r--r-- | configs/rpi_0_w_defconfig | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configs/rpi_0_w_defconfig b/configs/rpi_0_w_defconfig index 17708e53cd..75699fa07e 100644 --- a/configs/rpi_0_w_defconfig +++ b/configs/rpi_0_w_defconfig @@ -19,6 +19,8 @@ CONFIG_DM_MMC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_BCM2835=y CONFIG_DM_ETH=y +CONFIG_PINCTRL=y +# CONFIG_PINCTRL_GENERIC is not set CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_DWC2=y @@ -31,7 +33,3 @@ CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 CONFIG_PHYS_TO_BUS=y CONFIG_OF_LIBFDT_OVERLAY=y -CONFIG_PINCTRL=y -CONFIG_PINCTRL_FULL=y -# CONFIG_PINCTRL_GENERIC is not set -CONFIG_PINCTRL_BCM283X=y |