96boards: dragonboard/hikey: add device tree overlay support
authorPeter Robinson <pbrobinson@gmail.com>
Mon, 26 Jun 2017 13:25:05 +0000 (14:25 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 6 Jul 2017 20:17:15 +0000 (16:17 -0400)
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>
configs/dragonboard410c_defconfig
configs/hikey_defconfig

index 90c145aa1531ad82a75a1689ab7f904f738f2fae..79ac7dd423fc12c9e393ad58e5412d471f03e92a 100644 (file)
@@ -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
index 5981d2f530abf2332bd70229812b9a4c05529a81..1773a70c8003718705f889cd0b7138e3bf15d8b4 100644 (file)
@@ -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