Skip to content

Commit 7e1b00d

Browse files
npal-cymmahadevan108
authored andcommitted
Infineon: board: remove CONFIG_GPIO from defconfigs
Remove CONFIG_GPIO from defconfigs for Infineon boards. Applications, drivers will enable GPIO if need. Added 'select GPIO' from spi/Kconfig.ifx_cat1 Added 'select GPIO' from wifi/infineon/Kconfig.airoc Signed-off-by: Nazar Palamar <[email protected]>
1 parent 44aa6f1 commit 7e1b00d

File tree

5 files changed

+2
-9
lines changed

5 files changed

+2
-9
lines changed

boards/infineon/cy8cproto_062_4343w/cy8cproto_062_4343w_defconfig

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

20-
# Enable GPIO driver
21-
CONFIG_GPIO=y
22-
2320
# Enable clock controller
2421
CONFIG_CLOCK_CONTROL=y
2522

boards/infineon/cy8cproto_063_ble/cy8cproto_063_ble_defconfig

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

21-
# Enable GPIO
22-
CONFIG_GPIO=y
23-
2421
# Enable clock controller
2522
CONFIG_CLOCK_CONTROL=y
2623

boards/infineon/cyw920829m2evk_02/cyw920829m2evk_02_defconfig

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

21-
# Enable GPIO driver
22-
CONFIG_GPIO=y
23-
2421
# Enable clock controller
2522
CONFIG_CLOCK_CONTROL=y
2623

drivers/spi/Kconfig.ifx_cat1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ config SPI_INFINEON_CAT1
99
depends on DT_HAS_INFINEON_CAT1_SPI_ENABLED
1010
select USE_INFINEON_SPI
1111
select PINCTRL
12+
select GPIO
1213
help
1314
This option enables the SPI driver for Infineon CAT1 family.

drivers/wifi/infineon/Kconfig.airoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ menuconfig WIFI_AIROC
99
select NET_L2_WIFI_MGMT
1010
select SDIO_STACK
1111
select SDHC
12+
select GPIO
1213
select WIFI_USE_NATIVE_NETWORKING
1314
select USE_INFINEON_ABSTRACTION_RTOS
1415
depends on DT_HAS_INFINEON_AIROC_WIFI_ENABLED

0 commit comments

Comments
 (0)