--- zzzz-none-000/linux-4.4.60/drivers/of/Kconfig 2017-04-08 07:53:53.000000000 +0000 +++ hawkeye-5590-729/linux-4.4.60/drivers/of/Kconfig 2022-03-30 14:21:52.000000000 +0000 @@ -102,6 +102,13 @@ config OF_RESOLVE bool +config OF_SLIMBUS + def_tristate SLIMBUS + depends on SLIMBUS + help + OpenFirmware SLIMBUS accessors + + config OF_OVERLAY bool "Device Tree overlays" select OF_DYNAMIC @@ -112,4 +119,16 @@ While this option is selected automatically when needed, you can enable it manually to improve device tree unit test coverage. +config OF_AVM_DT + bool + def_bool y + help + Functions to populate AVM's hw_config_table and read AVM interrupt information from Device Tree + +config OF_AVM_DT_ENV + bool + def_bool y + help + Set this if Urlader environment is passed in the Device Tree + endif # OF