I've created a custom board (trying to expand on the things I learned from the Intermediate tutorial). If I had on my `Kconfig.defconfig` the following:
config BT_CTLR default BT config BOARD_ENABLE_DCDC bool "DCDC mode" select SOC_DCDC_NRF52X default y config BOARD_ENABLE_DCDC_HV bool "High Voltage DCDC converter" select SOC_DCDC_NRF52X_HV default y
I get:
warning: Deprecated symbol SOC_DCDC_NRF52X is enabled. warning: SOC_DCDC_NRF52X_HV (defined at soc/nordic/nrf52/Kconfig:47) has direct dependencies SOC_NRF52840_QIAA && SOC_SERIES_NRF52X && SOC_FAMILY_NORDIC_NRF with value n, but is currently being y-selected by the following symbols: - BOARD_ENABLE_DCDC_HV (defined at /home/user/NordicTests/proj/boards/ana/Ana_Board/Kconfig.defconfig:11), with value y, direct dependencies BOARD_ANA_BOARD (value: y), and select condition BOARD_ANA_BOARD (value: y)
Also on `Ana_Board_defonfig` the following line:
CONFIG_UART_CONSOLE=y
Causes the warning:
CONFIG_UART_CONSOLE was assigned the value y, but got the value n. Missing dependencies: SERIAL_HAS_DRIVER