diff options
author | John Klug <john.klug@multitech.com> | 2018-11-02 12:14:30 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 11:22:01 -0500 |
commit | 0c797c842d833ca223cf2de0c20a028c0d1fd71a (patch) | |
tree | d8e7e7f4fdf73491d72af168d17ec9abc9c8058e | |
parent | 43214221ff4c5fa71494afda0e913b5730d27f70 (diff) | |
download | meta-multitech-0c797c842d833ca223cf2de0c20a028c0d1fd71a.tar.gz meta-multitech-0c797c842d833ca223cf2de0c20a028c0d1fd71a.tar.bz2 meta-multitech-0c797c842d833ca223cf2de0c20a028c0d1fd71a.zip |
Add device tree overlay capability
-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 |