zephyr/arch
Ulf Magnusson c006cfe2a2 kconfig: arch: arm: Remove redundant ARM_SECURE_FIRMWARE dep.
Appears within a menu that already has 'depends on ARM_SECURE_FIRMWARE'.

'depends on FOO' on a menu will add 'depends on FOO' to each item within
it. 'if FOO' work similarly.

Tip: When adding a symbol, check its dependencies in the menuconfig
('ninja menuconfig', then / to jump to the symbol). The menuconfig also
shows how the file with the symbol got included, so if you see
duplicated dependencies, it's easy to hunt down where they come from.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-03-09 10:04:02 -05:00
..
arc kconfig: arch: arm/arc: Remove duplicated CPU_HAS_MPU dependencies 2019-03-09 09:55:41 -05:00
arm kconfig: arch: arm: Remove redundant ARM_SECURE_FIRMWARE dep. 2019-03-09 10:04:02 -05:00
common
nios2
posix kconfig: arch: posix: Remove redundant ARCH_POSIX dep. 2019-03-09 10:02:41 -05:00
riscv32
x86 x86: core: Remove extra parenthesis 2019-03-06 22:40:25 -05:00
x86_64 arch/x86_64: Non-kconfig symbols shouldn't look like kconfig 2019-03-08 06:53:39 -05:00
xtensa
CMakeLists.txt
Kconfig