:orphan: .. title:: CONFIG_BOARD_NRF52_BSIM .. kconfig:: CONFIG_BOARD_NRF52_BSIM CONFIG_BOARD_NRF52_BSIM ####################### *NRF52 simulation model* Type: ``bool`` Help ==== .. code-block:: none Will produce a console Linux process which can be executed natively. It needs the BabbleSim simulator both in compile time and to execute Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`SOC_SERIES_BSIM_NRFXX ` - \ :kconfig:`SOC_SERIES_BSIM_NRF52X ` - \ :kconfig:`SOC_COMPATIBLE_NRF ` - \ :kconfig:`SOC_COMPATIBLE_NRF52X ` - \ :kconfig:`SOC_COMPATIBLE_NRF52832 ` - \ :kconfig:`CONSOLE_HAS_DRIVER ` - \ :kconfig:`NRF_RTC_TIMER ` - \ :kconfig:`CLOCK_CONTROL ` - \ :kconfig:`HAS_HW_NRF_RNG ` - \ :kconfig:`HAS_HW_NRF_CCM_LFLEN_8BIT ` - \ :kconfig:`HAS_HW_NRF_RADIO_BLE_2M ` - \ :kconfig:`HAS_HW_NRF_CLOCK ` - \ :kconfig:`HAS_HW_NRF_POWER ` - \ :kconfig:`HAS_NRFX ` Kconfig definition ================== At ``/posix/nrf52_bsim/Kconfig.board:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_NRF52_BSIM bool "NRF52 simulation model" select SOC_SERIES_BSIM_NRFXX select SOC_SERIES_BSIM_NRF52X select SOC_COMPATIBLE_NRF select SOC_COMPATIBLE_NRF52X select SOC_COMPATIBLE_NRF52832 select CONSOLE_HAS_DRIVER select NRF_RTC_TIMER select CLOCK_CONTROL select HAS_HW_NRF_RNG select HAS_HW_NRF_CCM_LFLEN_8BIT select HAS_HW_NRF_RADIO_BLE_2M select HAS_HW_NRF_CLOCK select HAS_HW_NRF_POWER select HAS_NRFX depends on help Will produce a console Linux process which can be executed natively. It needs the BabbleSim simulator both in compile time and to execute *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*