zephyr/arch/arc/core
Ulf Magnusson f0937215f7 kconfig: arch: arm/arc: Remove duplicated CPU_HAS_MPU dependencies
- The ARC CPU_HAS_MPU dependencies were added within the menu

     menu "ARCH MPU Options"
        depends on CPU_HAS_MPU

   (arch/arc/core/mpu/Kconfig is source'd within it).

 - The ARM CPU_HAS_MPU dependencies were redundantly added by

     if CPU_HAS_MPU
     source "arch/arm/core/cortex_m/mpu/Kconfig"
     endif

   and by some 'depends on CPU_HAS_MPU' within that file. Remove the
   'depends on' and move the 'if' into the file instead.

Tip: Jump to symbols with '/' in the menuconfig and press '?' to check
their dependencies. If there are duplicated dependencies, the
'included via ...' path can be handy to discover where they are added.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-03-09 09:55:41 -05:00
..
mpu kconfig: arch: arm/arc: Remove duplicated CPU_HAS_MPU dependencies 2019-03-09 09:55:41 -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 arc: cache: Change dcache_available signature 2019-01-07 08:52:07 -05:00
cpu_idle.S systemview: add support natively using tracing hooks 2018-08-21 05:45:47 -07:00
fast_irq.S arch: arc: Remove ref. to undefined sym. CONFIG_FIRQ_NO_LPCC 2019-03-02 03:46:10 +01:00
fatal.c arch: Add LOG_PANIC to fault handlers 2018-09-27 13:11:26 +05:30
fault.c arch: Add LOG_PANIC to fault handlers 2018-09-27 13:11:26 +05:30
fault_s.S arch: arc: stack check will be disabled in exception 2018-08-22 07:57:11 -07:00
irq_manage.c arch: Making body of selection statement a compound statement 2018-11-29 14:21:29 -08:00
irq_offload.c irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
isr_wrapper.S systemview: add support natively using tracing hooks 2018-08-21 05:45:47 -07: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 arc: Fix zero-overhead loop in fake stackframe 2019-02-05 09:43:36 -05:00
reset.S power: Fix naming of Kconfig options controlling deep sleep states 2019-02-12 07:46:32 -05:00
swap.S arch: arc: put the init context into privileged stack 2018-08-22 07:57:11 -07: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 priv_stack_size field form _thread_arch 2018-12-12 09:24:47 -08:00
thread_entry_wrapper.S arch: arc: add user space support for arc 2018-02-16 12:20:16 +01:00
timestamp.c sys_clock: Fix unsafe tick count usage 2018-10-16 15:03:10 -04:00
userspace.S arch: arc: put the init context into privileged stack 2018-08-22 07:57:11 -07:00
vector_table.c