Skip to content

Commit be0a0f1

Browse files
fimohamekartben
authored andcommitted
drivers: gpio: silabs: gpio driver enhancements for EFR series 2 devices
Added changes to gpio driver and Kconfig for EFR series 2 devices. Signed-off-by: S Mohamed Fiaz <[email protected]>
1 parent fd3cb3b commit be0a0f1

File tree

2 files changed

+128
-119
lines changed

2 files changed

+128
-119
lines changed

drivers/gpio/Kconfig.silabs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ if GPIO_SILABS
1313

1414
config GPIO_SILABS_COMMON_INIT_PRIORITY
1515
int "Common initialization priority"
16-
depends on GPIO_SILABS
1716
default 39
17+
help
18+
Main GPIO controller has to initialized before the GPIO themselves.
19+
"GPIO_INIT_PRIORITY - 1" is usually the right value.
1820

1921
endif # GPIO_SILABS

0 commit comments

Comments
 (0)