commit | 163d876472d71bc41e8e7e7531f3a229657658e9 | [log] [tgz] |
---|---|---|
author | Paul Kocialkowski <contact@paulk.fr> | Tue Mar 29 14:16:23 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 17:18:06 2016 -0400 |
tree | bf510fbe80b8583aacf2b9761eba115384569a34 | |
parent | f5fdc3785d4beb179d2249bf1a886f679f925774 [diff] [blame] |
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>
diff --git a/configs/kc1_defconfig b/configs/kc1_defconfig index 4cbe375..06698b8 100644 --- a/configs/kc1_defconfig +++ b/configs/kc1_defconfig
@@ -13,3 +13,4 @@ CONFIG_USB=y CONFIG_USB_MUSB_GADGET=y CONFIG_USB_GADGET=y +CONFIG_OF_LIBFDT=y