Hi,
What file or files should contain CONFIG_GPIO=y for a simple application developed with nRF Connect SDK v2.9.0 such that VS Code does not show squiggles under #include <zephyr/drivers/gpio.h> indicating error: The GPIO drivers must be enabled by CONFIG_GPIO to be included in build (missing_kconfig_param).
I have a similar problem with CONFIG_PWM. I have tried setting it in prj.conf and also my custom_board_defconfig file without solving the problem.
Thanks,
Ken