aboutsummaryrefslogtreecommitdiff
path: root/src/device/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/Kconfig')
-rw-r--r--src/device/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig
index 751083cf81..a60965a01a 100644
--- a/src/device/Kconfig
+++ b/src/device/Kconfig
@@ -777,4 +777,11 @@ config SOFTWARE_I2C
I2C controller is not (yet) available. The platform code needs to
provide bindings to manually toggle I2C lines.
+config RESOURCE_ALLOCATOR_V3
+ bool
+ default y
+ help
+ This config option enables resource allocator v3 which performs
+ top down allocation of resources in a single MMIO window.
+
endmenu