From 6865697b7084b205d2cb8cf5617ea260ca77faef Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Fri, 29 Sep 2023 11:29:46 +0200 Subject: [PATCH] sensors: SENSORS_BMI270_LOAD_FROM_HEAP equals ARCH_DMA_NO_FLASH_TRANSFER --- drivers/sensors/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/sensors/Kconfig b/drivers/sensors/Kconfig index c1998cb16b..6e0a2d77ad 100644 --- a/drivers/sensors/Kconfig +++ b/drivers/sensors/Kconfig @@ -242,7 +242,7 @@ endchoice config SENSORS_BMI270_LOAD_FROM_HEAP bool "BMI270 config loading from heap memory" - default n + default ARCH_DMA_NO_FLASH_TRANSFER ---help--- Enable support to load the configuration data from heap memory. Some chips can not do DMA transfer from FLASH and therefore