zephyr/samples/subsys/usb_c/source/prj.conf
Gerard Marull-Paretas caa61af2fd samples: add missing CONFIG_GPIO=y
All samples using the GPIO API must enable the CONFIG_GPIO Kconfig
option.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2024-12-18 18:15:15 +01:00

8 lines
134 B
Plaintext

CONFIG_USBC_STACK=y
CONFIG_USBC_CSM_SOURCE_ONLY=y
CONFIG_USBC_THREAD_PRIORITY=10
CONFIG_ADC=y
CONFIG_PWM=y
CONFIG_LOG=y
CONFIG_GPIO=y