summaryrefslogtreecommitdiff
path: root/configs/brxre1_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-06-09 16:59:17 -0400
committerTom Rini <trini@konsulko.com>2017-06-09 20:34:09 -0400
commitf2d78c1cedfc58fe469ea45fa67c7dfbb91bcc52 (patch)
tree67d6b1cf8466001923e64f50693abb8e4dd52cbe /configs/brxre1_defconfig
parent264e420f365cd673a0076adfcb975ead7139aedc (diff)
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 <trini@konsulko.com>
Diffstat (limited to 'configs/brxre1_defconfig')
-rw-r--r--configs/brxre1_defconfig3
1 files changed, 3 insertions, 0 deletions
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