diff options
Diffstat (limited to 'src/device/Kconfig')
-rw-r--r-- | src/device/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig index af9beb32f5..b9284cbcb3 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -935,8 +935,11 @@ config RESOURCE_ALLOCATOR_V4 config RESOURCE_ALLOCATION_TOP_DOWN bool "Allocate resources from top down" - default y + default n depends on RESOURCE_ALLOCATOR_V4 + help + Should be the default, but many platforms don't report resources + correctly. Hence, the allocator might cause conflicts. config XHCI_UTILS def_bool n |