- Minimal defconfig like candlelight (only GPIO and CAN) - Remove SOC and clock configs that are auto-detected - Change vendor from 'ews' to 'others' like candlelight - Let Zephyr auto-configure SOC and clock settings
7 lines
81 B
Plaintext
7 lines
81 B
Plaintext
# EWS Board Configuration
|
|
|
|
# Enable GPIO
|
|
CONFIG_GPIO=y
|
|
|
|
# Enable CAN
|
|
CONFIG_CAN=y |