drivers: set default priority for drivers
Use a default priority to avoid Kconfig blocking when priority is not set in SoC or Board. Change-Id: I4edda47b955a7ee834f04dc40d0decbd8dee6305 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
3eecc42bd4
commit
6bca3724c1
7 changed files with 10 additions and 0 deletions
|
@ -29,6 +29,7 @@ menuconfig I2C
|
|||
config I2C_INIT_PRIORITY
|
||||
int
|
||||
depends on I2C
|
||||
default 60
|
||||
prompt "Init priority"
|
||||
help
|
||||
I2C device driver initialization priority.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue