summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2016-03-29 14:16:23 +0200
committerTom Rini <trini@konsulko.com>2016-04-01 17:18:06 -0400
commit163d876472d71bc41e8e7e7531f3a229657658e9 (patch)
treebf510fbe80b8583aacf2b9761eba115384569a34 /configs
parentf5fdc3785d4beb179d2249bf1a886f679f925774 (diff)
downloadtalos-obmc-uboot-163d876472d71bc41e8e7e7531f3a229657658e9.tar.gz
talos-obmc-uboot-163d876472d71bc41e8e7e7531f3a229657658e9.zip
kc1: Select libfdt to allow running devicetree-based kernels
Selecting CONFIG_OF_LIBFDT allows running recent mainline kernels. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'configs')
-rw-r--r--configs/kc1_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/kc1_defconfig b/configs/kc1_defconfig
index 4cbe375ea4..06698b8b65 100644
--- a/configs/kc1_defconfig
+++ b/configs/kc1_defconfig
@@ -13,3 +13,4 @@ CONFIG_SYS_NS16550=y
CONFIG_USB=y
CONFIG_USB_MUSB_GADGET=y
CONFIG_USB_GADGET=y
+CONFIG_OF_LIBFDT=y
OpenPOWER on IntegriCloud