zephyr/arch/arc
Chuck Jordan 8b1958a36a arc: Don't need CONFIG_NUM_REGULAR_IRQ_PRIO_LEVELS
We can derive NUM_REGULAR_IRQ_PRIO_LEVELS by subtracting 1
from CONFIG_IRQ_PRIO_LEVELS if FIRQ is present (which is currently
always the case). If FIRQ is not present, the value will be equal
to CONFIG_IRQ_PRIO_LEVELS since all interrupts will be regular.

Change-Id: Ibefc939e3771bf0adf712127db0d36cb49bf732b
Signed-off-by: Chuck Jordan <cjordan@synopsys.com>
2016-10-31 23:56:56 +00:00
..
core arc: Don't need CONFIG_NUM_REGULAR_IRQ_PRIO_LEVELS 2016-10-31 23:56:56 +00:00
include kernel: merge _IS_IN_ISR() with _is_in_isr() 2016-10-27 21:45:03 +00:00
soc arc: Don't need CONFIG_NUM_REGULAR_IRQ_PRIO_LEVELS 2016-10-31 23:56:56 +00:00
Kbuild new SoC naming convention 2016-04-18 21:24:59 +00:00
Kconfig arc: Don't need CONFIG_NUM_REGULAR_IRQ_PRIO_LEVELS 2016-10-31 23:56:56 +00:00
Makefile build: Introduce concept of SoC specific build flags 2016-05-27 10:04:29 -05:00
defconfig arc: Remove nonexistant Kconfig sybmol from defconfig 2016-07-27 17:14:54 +00:00