diff options
author | bigtreetech <tech@biqu3d.com> | 2023-08-10 09:49:37 +0800 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2023-08-21 14:26:46 -0400 |
commit | 5f990f93d533247d3a675e8c423280f4333ad8ce (patch) | |
tree | 9302dac2d53b9821617a0113957e62236faa36ab /test/configs | |
parent | 073665cebb335f6efbcdc22debf0cc090e732a3d (diff) | |
download | kutter-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/configs')
-rw-r--r-- | test/configs/ar100.config | 1 | ||||
-rw-r--r-- | test/configs/stm32f042.config | 1 |
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 |