zephyr/arch/arc/core
Ulf Magnusson f428d8dacf arch: arc: Kconfig: Remove redundant 'default n' properties
Bool symbols implicitly default to 'n'.

A 'default n' can make sense e.g. in a Kconfig.defconfig file, if you
want to override a 'default y' on the base definition of the symbol. It
isn't used like that on any of these symbols though.

Also fix the 'default' on XIP. Due to Zephyr's prefer-later-defaults
behavior, it was always set to 'y' (when the dependencies were
satisfied).

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-06-26 11:07:57 -05:00
..
mpu arch: arc: Kconfig: Remove redundant 'default n' properties 2018-06-26 11:07:57 -05:00
offsets arch: arc: refactor the arc stack check support 2018-06-04 13:31:43 -04:00
CMakeLists.txt arch: arm: add_subdirectory shouldn't depend on a hidden kconfig. 2018-05-28 13:23:13 -04:00
atomic.S linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
cache.c kernel: include: rename nano_internal.h to kernel_internal.h 2018-01-31 10:07:21 -06:00
cpu_idle.S linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
fast_irq.S arch: arc: refactor the arc stack check support 2018-06-04 13:31:43 -04:00
fatal.c arch: arc: use top of isr stack as exception stack and bug fixes 2018-06-11 09:05:15 -05:00
fault.c arch: arc: use top of isr stack as exception stack and bug fixes 2018-06-11 09:05:15 -05:00
fault_s.S arch: arc: use top of isr stack as exception stack and bug fixes 2018-06-11 09:05:15 -05:00
irq_manage.c cleanup: Move #include directives 2017-09-11 12:41:07 -04:00
irq_offload.c arch: arc: bug fixes in irq_load 2018-04-17 10:50:12 -07:00
isr_wrapper.S arch: arc: save user thread's context into privilege stack 2018-02-16 12:20:16 +01:00
prep_c.c kernel: include: rename nano_internal.h to kernel_internal.h 2018-01-31 10:07:21 -06:00
regular_irq.S arch: arc: refactor the arc stack check support 2018-06-04 13:31:43 -04:00
reset.S arch: arc: improve the reset code 2018-06-08 16:37:22 -05:00
swap.S arch: arc: refactor the arc stack check support 2018-06-04 13:31:43 -04:00
sys_fatal_error_handler.c arch: arc: STACK_CHECK_FAIL of STACK_CHECK not hang the system 2018-06-08 16:37:22 -05:00
thread.c arch: arc: remove unused codes 2018-06-08 16:37:22 -05:00
thread_entry_wrapper.S arch: arc: add user space support for arc 2018-02-16 12:20:16 +01:00
timestamp.c kernel: tickless: Add tickless kernel support 2017-04-27 13:46:28 +00:00
userspace.S arch: arc: refactor the arc stack check support 2018-06-04 13:31:43 -04:00
vector_table.c