summaryrefslogtreecommitdiff
path: root/configs/CHIP_defconfig
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2017-06-26 13:25:06 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-06 20:17:15 (GMT)
commit3690cbd65e335463eddf40fb595302731c314297 (patch)
tree22f6fb5b2d73b099ff075f6f09fe4b6d608cc9a1 /configs/CHIP_defconfig
parent177f4618ed505dcccfe006b4d4bb6abeca90de9f (diff)
downloadu-boot-3690cbd65e335463eddf40fb595302731c314297.tar.xz
CHIP: add device tree overlay support
CHIP and CHIP Pro devices have options of DIP addon boards 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>
Diffstat (limited to 'configs/CHIP_defconfig')
-rw-r--r--configs/CHIP_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/CHIP_defconfig b/configs/CHIP_defconfig
index 9b9e0b7..6b07eab 100644
--- a/configs/CHIP_defconfig
+++ b/configs/CHIP_defconfig
@@ -24,3 +24,5 @@ CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_G_DNL_MANUFACTURER="Allwinner Technology"
CONFIG_G_DNL_VENDOR_NUM=0x1f3a
CONFIG_G_DNL_PRODUCT_NUM=0x1010
+CONFIG_OF_LIBFDT=y
+CONFIG_OF_LIBFDT_OVERLAY=y