Remove CONFIG_HAS_STM32CUBE from defconfig

- CONFIG_HAS_STM32CUBE is auto-generated, not user-configurable
- Use minimal defconfig like candlelight board
- Let Zephyr auto-detect required configurations
This commit is contained in:
Eduard Iten 2025-12-08 12:10:10 +01:00
parent 8051f18b9b
commit 12d96da80a
1 changed files with 1 additions and 7 deletions

View File

@ -1,10 +1,4 @@
# EWS Board Configuration
# Enable STM32Cube (required for USB)
CONFIG_HAS_STM32CUBE=y
# Enable GPIO
CONFIG_GPIO=y
# Enable CAN
CONFIG_CAN=y
CONFIG_GPIO=y