diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2016-03-29 14:16:23 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-01 17:18:06 -0400 |
commit | 163d876472d71bc41e8e7e7531f3a229657658e9 (patch) | |
tree | bf510fbe80b8583aacf2b9761eba115384569a34 /configs/kc1_defconfig | |
parent | f5fdc3785d4beb179d2249bf1a886f679f925774 (diff) |
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/kc1_defconfig')
-rw-r--r-- | configs/kc1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/kc1_defconfig b/configs/kc1_defconfig index 4cbe375ea47..06698b8b650 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 |