diff options
Diffstat (limited to 'configs/am335x_sl50_defconfig')
-rw-r--r-- | configs/am335x_sl50_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/am335x_sl50_defconfig b/configs/am335x_sl50_defconfig index 822f73d114..8c622471da 100644 --- a/configs/am335x_sl50_defconfig +++ b/configs/am335x_sl50_defconfig @@ -40,6 +40,9 @@ CONFIG_CMD_EXT4_WRITE=y CONFIG_ENV_IS_IN_MMC=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_BOOTCOUNT_LIMIT=y +CONFIG_DEFAULT_DEVICE_TREE="am335x-sl50" +CONFIG_OF_CONTROL=y +CONFIG_DM_MMC=y CONFIG_MMC_OMAP_HS=y CONFIG_MII=y CONFIG_DRIVER_TI_CPSW=y |