From f2d78c1cedfc58fe469ea45fa67c7dfbb91bcc52 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 9 Jun 2017 16:59:17 -0400 Subject: am33xx: Finish migration of CONFIG_AM33XX/AM43XX Almost all users of CONFIG_AM33XX/AM43XX have been migrated. Finish moving the last few over to Kconfig, and put all of the boards under the appropriate Kconfig chocie now. This board choice is non-optional, so remove that keyword on am33xx. Signed-off-by: Tom Rini --- configs/brxre1_defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/brxre1_defconfig') diff --git a/configs/brxre1_defconfig b/configs/brxre1_defconfig index f558886067..7353b2afa8 100644 --- a/configs/brxre1_defconfig +++ b/configs/brxre1_defconfig @@ -3,6 +3,8 @@ CONFIG_ARCH_OMAP2PLUS=y CONFIG_SPL_GPIO_SUPPORT=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y +CONFIG_AM33XX=y +CONFIG_TARGET_BRXRE1=y CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_POWER_SUPPORT=y @@ -57,6 +59,7 @@ CONFIG_USB_MUSB_HOST=y CONFIG_USB_STORAGE=y CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_LCD=y +# CONFIG_OMAP_WATCHDOG is not set CONFIG_FAT_WRITE=y CONFIG_OF_LIBFDT=y # CONFIG_EFI_LOADER is not set -- cgit v1.2.3