aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorbigtreetech <tech@biqu3d.com>2023-08-10 09:49:37 +0800
committerKevinOConnor <kevin@koconnor.net>2023-08-21 14:26:46 -0400
commit5f990f93d533247d3a675e8c423280f4333ad8ce (patch)
tree9302dac2d53b9821617a0113957e62236faa36ab /test
parent073665cebb335f6efbcdc22debf0cc090e732a3d (diff)
downloadkutter-5f990f93d533247d3a675e8c423280f4333ad8ce.tar.gz
kutter-5f990f93d533247d3a675e8c423280f4333ad8ce.tar.xz
kutter-5f990f93d533247d3a675e8c423280f4333ad8ce.zip
Kconfig: Support Enable/Disable lis2dw on chips with small flash size
Signed-off-by: Alan.Ma from BigTreeTech tech@biqu3d.com
Diffstat (limited to 'test')
-rw-r--r--test/configs/ar100.config1
-rw-r--r--test/configs/stm32f042.config1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/configs/ar100.config b/test/configs/ar100.config
index a717fe3d..6c917482 100644
--- a/test/configs/ar100.config
+++ b/test/configs/ar100.config
@@ -3,3 +3,4 @@ CONFIG_MACH_AR100=y
CONFIG_WANT_DISPLAYS=n
CONFIG_WANT_SOFTWARE_I2C=n
CONFIG_WANT_SOFTWARE_SPI=n
+CONFIG_WANT_LIS2DW=n
diff --git a/test/configs/stm32f042.config b/test/configs/stm32f042.config
index 85338f2e..7f1e879f 100644
--- a/test/configs/stm32f042.config
+++ b/test/configs/stm32f042.config
@@ -2,3 +2,4 @@
CONFIG_MACH_STM32=y
CONFIG_MACH_STM32F042=y
CONFIG_WANT_SOFTWARE_I2C=n
+CONFIG_WANT_LIS2DW=n