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:
Anas Nashif 2015-12-19 08:23:50 -05:00
commit 6bca3724c1
7 changed files with 10 additions and 0 deletions

View file

@ -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.