zephyr/boards
Ulf Magnusson 681f771c90 kconfig: boards: nrf52_bsim: Remove redundant BOARD_NRF52_BSIM dep.
Appears within an 'if BOARD_NRF52_BSIM' in the same file.

'if FOO' is just shorthand for adding 'depends on FOO' to each item
within the 'if'. Dependencies on menus work similarly. There are no
"conditional includes" in Kconfig, so 'if FOO' has no special meaning
around a source. Conditional includes wouldn't be possible, because an
if condition could include (directly or indirectly) forward references
to symbols not defined yet.

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:02:23 -05:00
..
arc doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
arm doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
common runners: add Black Magic Probe runner cmake file 2019-01-11 17:19:56 +01:00
nios2 doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
posix kconfig: boards: nrf52_bsim: Remove redundant BOARD_NRF52_BSIM dep. 2019-03-09 10:02:23 -05:00
riscv32 doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
shields boards: shields: frdm_kw41z: Fix reference to undefined Kconfig symbol 2019-02-12 20:15:15 -05:00
x86 doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
x86_64/qemu_x86_64 boards: x86_64: qemu_x86_64: Remove board.h 2019-02-19 08:29:28 -06:00
xtensa doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
CMakeLists.txt cmake: Fall back to ZEPHYR_BASE when the board is not in BOARD_ROOT 2018-10-01 09:46:46 -04:00
index.rst doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
Kconfig boards/shields: Clean up Kconfig'ery 2019-01-18 13:20:59 -06:00