--- zzzz-none-000/linux-4.4.271/drivers/of/Kconfig 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/drivers/of/Kconfig 2023-04-19 10:22:29.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,6 +119,18 @@ 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 + config OF_DMA_DEFAULT_COHERENT # arches should select this if DMA is coherent by default for OF devices bool