diff options
Diffstat (limited to 'configs/pepper_defconfig')
-rw-r--r-- | configs/pepper_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/pepper_defconfig b/configs/pepper_defconfig index 77a47d3d0a..01c34df97d 100644 --- a/configs/pepper_defconfig +++ b/configs/pepper_defconfig @@ -22,6 +22,7 @@ CONFIG_CMD_BOOTZ=y CONFIG_CMD_ASKENV=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_MMC=y +CONFIG_CMD_PART=y CONFIG_CMD_SPI=y CONFIG_CMD_I2C=y CONFIG_CMD_GPIO=y @@ -34,6 +35,8 @@ CONFIG_CMD_EXT4=y CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y +CONFIG_ISO_PARTITION=y +CONFIG_EFI_PARTITION=y CONFIG_MMC_OMAP_HS=y CONFIG_SYS_NS16550=y CONFIG_OF_LIBFDT=y |