546b8ade37
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> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
shared_irq.c |