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:
parent
8051f18b9b
commit
12d96da80a
|
|
@ -1,10 +1,4 @@
|
||||||
# EWS Board Configuration
|
# EWS Board Configuration
|
||||||
|
|
||||||
# Enable STM32Cube (required for USB)
|
|
||||||
CONFIG_HAS_STM32CUBE=y
|
|
||||||
|
|
||||||
# Enable GPIO
|
# Enable GPIO
|
||||||
CONFIG_GPIO=y
|
CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable CAN
|
|
||||||
CONFIG_CAN=y
|
|
||||||
Loading…
Reference in New Issue