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

@ -37,6 +37,7 @@ config SHARED_IRQ_NUM_CLIENTS
config SHARED_IRQ_INIT_PRIORITY
int
depends on SHARED_IRQ
default 50
prompt "Shared IRQ init priority"
help
Shared IRQ are initialized on SECONDARY init level. They