177f4618ed
96boards CE devices such as the DragonBoard and Hikey devices have numerous mezzanine options some of which need overlays from the beginning so it makes sense to enable device tree overlays. Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
22 lines
494 B
Plaintext
22 lines
494 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_SYS_MALLOC_F_LEN=0x2000
|
|
CONFIG_IDENT_STRING="hikey"
|
|
CONFIG_DEFAULT_DEVICE_TREE="hi6220-hikey"
|
|
CONFIG_DISTRO_DEFAULTS=y
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
|
CONFIG_BOARD_EARLY_INIT_F=y
|
|
# CONFIG_CMD_IMLS is not set
|
|
CONFIG_CMD_UNZIP=y
|
|
CONFIG_CMD_MMC=y
|
|
CONFIG_CMD_USB=y
|
|
CONFIG_CMD_GPIO=y
|
|
CONFIG_CMD_CACHE=y
|
|
CONFIG_MMC_DW=y
|
|
CONFIG_MMC_DW_K3=y
|
|
CONFIG_USB=y
|
|
CONFIG_USB_STORAGE=y
|
|
CONFIG_FAT_WRITE=y
|
|
CONFIG_OF_LIBFDT=y
|
|
CONFIG_OF_LIBFDT_OVERLAY=y
|