summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2017-06-26 13:25:05 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-06 20:17:15 (GMT)
commit177f4618ed505dcccfe006b4d4bb6abeca90de9f (patch)
treee1908b5cb239f69cd029bde615d4910e9e44d82c /configs
parent85bd15c53dde5f176ffc35f76d1ca4b3088ebce9 (diff)
downloadu-boot-fsl-qoriq-177f4618ed505dcccfe006b4d4bb6abeca90de9f.tar.xz
96boards: dragonboard/hikey: add device tree overlay support
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/dragonboard410c_defconfig2
-rw-r--r--configs/hikey_defconfig2
2 files changed, 4 insertions, 0 deletions
diff --git a/configs/dragonboard410c_defconfig b/configs/dragonboard410c_defconfig
index 90c145a..79ac7dd 100644
--- a/configs/dragonboard410c_defconfig
+++ b/configs/dragonboard410c_defconfig
@@ -37,3 +37,5 @@ CONFIG_USB_EHCI_MSM=y
CONFIG_USB_ULPI_VIEWPORT=y
CONFIG_USB_ULPI=y
CONFIG_USB_STORAGE=y
+CONFIG_OF_LIBFDT=y
+CONFIG_OF_LIBFDT_OVERLAY=y
diff --git a/configs/hikey_defconfig b/configs/hikey_defconfig
index 5981d2f..1773a70 100644
--- a/configs/hikey_defconfig
+++ b/configs/hikey_defconfig
@@ -17,3 +17,5 @@ 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