zephyr/boards
Daniel Leung 546b8ade37 refactor common driver initialization priorities
Most of the SoC and board Kconfig use the same values for
driver initialization priorities. So refactor them, and
discard duplicate ones.

The shared IRQ init priority was changed so that the kernel
default init and device init priorities can be standardized
across all SoC/boards. Same goes for DesignWare SPI driver.

This also changes the UART_CONSOLE_PRIORITY and
IPM_CONSOLE_PRIORITY to UART_CONSOLE_INIT_PRIORITY and
IPM_CONSOLE_INIT_PRIORITY, to standardize across all drivers.

Note that this does not take away the ability to override
those values. This just provides reasonable defaults such
that there is virtually no need to override.

Change-Id: Ibbd95d802c637df06f9a2fd48763ee1e6f4ff627
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-03-28 15:58:29 -07:00
..
arduino_101 kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
arduino_101_sss kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
arduino_due pinmux: remove base address and number of pins from kconfig 2016-03-28 15:58:29 -07:00
basic_cortex_m3 kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
basic_minuteia kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
frdm_k64f kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
galileo refactor common driver initialization priorities 2016-03-28 15:58:29 -07:00
minnowboard kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
nucleo_f103rb pinmux: remove base address and number of pins from kconfig 2016-03-28 15:58:29 -07:00
qemu_cortex_m3 kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
qemu_x86 kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
quark_d2000_crb kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
quark_se_devboard kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
quark_se_sss_devboard kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
stm32_mini_a15 pinmux: remove base address and number of pins from kconfig 2016-03-28 15:58:29 -07:00
Kconfig boards: add a menu surrounding board Kconfig 2016-03-15 21:39:14 -04:00
Makefile build: switch to board based configurations 2016-02-05 20:25:11 -05:00