--- zzzz-none-000/linux-3.10.107/drivers/of/Kconfig 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/drivers/of/Kconfig 2021-11-10 11:53:55.000000000 +0000 @@ -2,7 +2,7 @@ bool config OF - bool + bool menu "Device Tree and Open Firmware support" depends on OF @@ -24,6 +24,12 @@ If unsure, say N here, but this option is safe to enable. +config OF_AVM_DT + bool "AVM Device Tree support (avm_hw_config table conversion and dtb build)" + help + This option enables the generation of the avm_hw_config_table out of + the device tree and generation of AVM device tree blobs. + config OF_FLATTREE bool select DTC @@ -83,4 +89,10 @@ depends on MTD def_bool y +config OF_RESERVED_MEM + depends on OF_EARLY_FLATTREE + bool + help + Helpers to allow for reservation of memory regions + endmenu # OF