nrf52_bsim: Fix LOG_MODE_IMMEDIATE kconfig warning The board _defconfig file was trying to set LOG_MODE_IMMEDIATE unconditionally by default, which caused a warning when LOG wasn't enabled. Instead set it only when LOG is enabled. Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>