mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 02:52:26 +00:00
A new build test for gpio drivers is added to build_all testcase.yaml. The gpio_sx1509 driver is enabled in the .conf file and dts.fixup macros are added for the driver. Signed-off-by: Aapo Vienamo <aapo.vienamo@iki.fi>
6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
CONFIG_TEST=y
|
|
CONFIG_GPIO=y
|
|
|
|
CONFIG_I2C=y
|
|
CONFIG_GPIO_SX1509B=y
|