From c9542eae0bf815e8196dd9238c38290de173725a Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 7 Apr 2018 20:27:54 -0400 Subject: configs: Resync with savedefconfig Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini --- configs/rpi_0_w_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/rpi_0_w_defconfig') diff --git a/configs/rpi_0_w_defconfig b/configs/rpi_0_w_defconfig index 6e02cf34e9..3570dc9d9b 100644 --- a/configs/rpi_0_w_defconfig +++ b/configs/rpi_0_w_defconfig @@ -22,6 +22,7 @@ CONFIG_MMC_SDHCI_BCM2835=y CONFIG_DM_ETH=y CONFIG_PINCTRL=y # CONFIG_PINCTRL_GENERIC is not set +# CONFIG_REQUIRE_SERIAL_CONSOLE is not set CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_DWC2=y @@ -34,4 +35,3 @@ CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 CONFIG_PHYS_TO_BUS=y CONFIG_OF_LIBFDT_OVERLAY=y -# CONFIG_REQUIRE_SERIAL_CONSOLE is not set -- cgit