Infineon: board: Add CONFIG_GPIO to defconfigs

Add CONFIG_GPIO from defconfigs for Infineon boards.

Revert pull/81377, which affect some ble samples which
used GPIO.

Signed-off-by: Nazar Palamar <nazar.palamar@infineon.com>
This commit is contained in:
Nazar Palamar 2024-11-15 21:04:34 +02:00 committed by Anas Nashif
commit 697efe8b50
3 changed files with 9 additions and 0 deletions

View file

@ -17,6 +17,9 @@ CONFIG_UART_CONSOLE=y
# Enable UART driver
CONFIG_SERIAL=y
# Enable GPIO driver
CONFIG_GPIO=y
# Enable clock controller
CONFIG_CLOCK_CONTROL=y

View file

@ -18,6 +18,9 @@ CONFIG_UART_CONSOLE=y
# Enable UART driver
CONFIG_SERIAL=y
# Enable GPIO
CONFIG_GPIO=y
# Enable clock controller
CONFIG_CLOCK_CONTROL=y

View file

@ -17,6 +17,9 @@ CONFIG_UART_CONSOLE=y
# Enable UART driver
CONFIG_SERIAL=y
# Enable GPIO driver
CONFIG_GPIO=y
# Enable clock controller
CONFIG_CLOCK_CONTROL=y