diff options
author | Peter Robinson | 2017-06-26 14:25:06 +0100 |
---|---|---|
committer | Tom Rini | 2017-07-06 16:17:15 -0400 |
commit | 3690cbd65e335463eddf40fb595302731c314297 (patch) | |
tree | 22f6fb5b2d73b099ff075f6f09fe4b6d608cc9a1 /configs/CHIP_defconfig | |
parent | 177f4618ed505dcccfe006b4d4bb6abeca90de9f (diff) |
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_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/CHIP_defconfig b/configs/CHIP_defconfig index 9b9e0b7e627..6b07eab21ed 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 |