zephyr/arch
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
..
arc arch: arc: Kconfig: Remove redundant 'default n' properties 2018-06-26 11:07:57 -05:00
arm arch: arm: nrf: Add support for the nRF52810 2018-06-25 19:34:33 +02:00
common gen_isr_tables: Delete the dead code accompanying .intList.num_isrs 2018-06-25 12:54:49 -07:00
nios2 arch: nios: Kconfig: Remove redundant 'default n' properties 2018-06-26 11:07:57 -05:00
posix cmake: replace PROJECT_SOURCE_DIR with ZEPHYR_BASE 2018-06-18 15:25:55 -04:00
riscv32 arch: riscv32: Kconfig: Remove redundant 'default n' properties 2018-06-26 11:07:57 -05:00
x86 arch: x86: Kconfig: Remove redundant 'default n' properties 2018-06-26 11:07:57 -05:00
xtensa arch: xtensa: Kconfig: Remove redundant 'default n' properties 2018-06-26 11:07:57 -05:00
CMakeLists.txt
Kconfig arch/Kconfig: Remove redundant 'default n' properties 2018-06-26 11:07:57 -05:00