Skip to content

Commit c2ded0d

Browse files
committed
soc: silabs: series_s2: Kconfig updates for EFR series 2 devices
Updated Kconfig for EFR series 2 devices. Signed-off-by: S Mohamed Fiaz <[email protected]>
1 parent 4af9147 commit c2ded0d

File tree

5 files changed

+1
-13
lines changed

5 files changed

+1
-13
lines changed

soc/silabs/silabs_s2/xg21/Kconfig.defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,4 @@ config PM
1111
select COUNTER
1212
select UART_INTERRUPT_DRIVEN
1313

14-
config GPIO_GECKO
15-
default y
16-
depends on GPIO || LOG_BACKEND_SWO
17-
1814
endif

soc/silabs/silabs_s2/xg22/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,4 @@ config NUM_IRQS
1010
config PM
1111
select UART_INTERRUPT_DRIVEN
1212

13-
config GPIO_GECKO
14-
default y
15-
1613
endif

soc/silabs/silabs_s2/xg23/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,4 @@ config NUM_IRQS
1010
config PM
1111
select UART_INTERRUPT_DRIVEN
1212

13-
config GPIO_GECKO
14-
default y
15-
1613
endif

soc/silabs/silabs_s2/xg27/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ config SOC_SILABS_XG27
1111
select CPU_HAS_FPU
1212
select HAS_SWO
1313
select SOC_GECKO_CMU
14+
select SOC_GECKO_GPIO
1415
select SOC_GECKO_CORE
1516
select SOC_GECKO_DEV_INIT
1617
select SOC_GECKO_SE

soc/silabs/silabs_s2/xg27/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ config NUM_IRQS
77
# must be >= the highest interrupt number used
88
default 66
99

10-
config GPIO_GECKO
11-
default y
12-
1310
endif

0 commit comments

Comments
 (0)