Skip to content

Commit b0e5803

Browse files
npal-cydkalowsk
authored andcommitted
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 <[email protected]> (cherry picked from commit 697efe8)
1 parent e104bf9 commit b0e5803

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

boards/infineon/cy8cproto_062_4343w/cy8cproto_062_4343w_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ CONFIG_UART_CONSOLE=y
1717
# Enable UART driver
1818
CONFIG_SERIAL=y
1919

20+
# Enable GPIO driver
21+
CONFIG_GPIO=y
22+
2023
# Enable clock controller
2124
CONFIG_CLOCK_CONTROL=y
2225

boards/infineon/cy8cproto_063_ble/cy8cproto_063_ble_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ CONFIG_UART_CONSOLE=y
1818
# Enable UART driver
1919
CONFIG_SERIAL=y
2020

21+
# Enable GPIO
22+
CONFIG_GPIO=y
23+
2124
# Enable clock controller
2225
CONFIG_CLOCK_CONTROL=y
2326

boards/infineon/cyw920829m2evk_02/cyw920829m2evk_02_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ CONFIG_UART_CONSOLE=y
1818
# Enable UART driver
1919
CONFIG_SERIAL=y
2020

21+
# Enable GPIO driver
22+
CONFIG_GPIO=y
23+
2124
# Enable clock controller
2225
CONFIG_CLOCK_CONTROL=y
2326

0 commit comments

Comments
 (0)