We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3cb3b commit be0a0f1Copy full SHA for be0a0f1
drivers/gpio/Kconfig.silabs
@@ -13,7 +13,9 @@ if GPIO_SILABS
13
14
config GPIO_SILABS_COMMON_INIT_PRIORITY
15
int "Common initialization priority"
16
- depends on GPIO_SILABS
17
default 39
+ help
18
+ Main GPIO controller has to initialized before the GPIO themselves.
19
+ "GPIO_INIT_PRIORITY - 1" is usually the right value.
20
21
endif # GPIO_SILABS
0 commit comments