diff options
Diffstat (limited to 'test/configs/stm32f031.config')
-rw-r--r-- | test/configs/stm32f031.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/configs/stm32f031.config b/test/configs/stm32f031.config index 719c6563..aa9c282b 100644 --- a/test/configs/stm32f031.config +++ b/test/configs/stm32f031.config @@ -1,3 +1,5 @@ # Base config file for STM32F031 boards CONFIG_MACH_STM32=y CONFIG_MACH_STM32F031=y +CONFIG_WANT_GPIO_BITBANGING=n +CONFIG_WANT_DISPLAYS=n |