diff options
author | John Klug <john.klug@multitech.com> | 2018-11-02 12:14:30 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-11-02 12:14:30 -0500 |
commit | 17dab10726820fd8671dcfce455db39d8810c5b6 (patch) | |
tree | fb55b4a5d9aa89a5e5acb35509c0ab0b3d68f955 /recipes-kernel/linux | |
parent | 9675567e3aa524fc315fbc36371ebd4640a29eee (diff) | |
download | meta-multitech-atmel-17dab10726820fd8671dcfce455db39d8810c5b6.tar.gz meta-multitech-atmel-17dab10726820fd8671dcfce455db39d8810c5b6.tar.bz2 meta-multitech-atmel-17dab10726820fd8671dcfce455db39d8810c5b6.zip |
Add device tree overlay capability
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r-- | recipes-kernel/linux/linux-at91-4.9/mtcdt/defconfig | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-at91-4.9/mtcdt/defconfig b/recipes-kernel/linux/linux-at91-4.9/mtcdt/defconfig index d7215a3..76770b1 100644 --- a/recipes-kernel/linux/linux-at91-4.9/mtcdt/defconfig +++ b/recipes-kernel/linux/linux-at91-4.9/mtcdt/defconfig @@ -264,6 +264,11 @@ CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y CONFIG_FREEZER=y # +# MTS +# +CONFIG_MTS_NUM_ACCESSORY_PORTS=0 + +# # System Type # CONFIG_MMU=y @@ -856,15 +861,17 @@ CONFIG_MTD_UBI_GLUEBI=m # CONFIG_MTD_UBI_BLOCK is not set CONFIG_DTC=y CONFIG_OF=y -# CONFIG_OF_UNITTEST is not set +CONFIG_OF_UNITTEST=y CONFIG_OF_FLATTREE=y CONFIG_OF_EARLY_FLATTREE=y +CONFIG_OF_DYNAMIC=y CONFIG_OF_ADDRESS=y CONFIG_OF_IRQ=y CONFIG_OF_NET=y CONFIG_OF_MDIO=y CONFIG_OF_RESERVED_MEM=y -# CONFIG_OF_OVERLAY is not set +CONFIG_OF_RESOLVE=y +CONFIG_OF_OVERLAY=y CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y # CONFIG_PARPORT is not set CONFIG_BLK_DEV=y |