Can't set CONFIG_BOARD_ENABLE_DCDC=n on custom board

Hi there,

I have a small custom board with the nRF52810 that uses the LDO instead of the DC-DC, it also doesn't have the 32KHz LF crystal.

Was able to add this to the defconfig file / prj.conf which compiles fine:
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y

But in trying to add CONFIG_BOARD_ENABLE_DCDC=n and re-compiling results in an error:
warning: attempt to assign the value 'n' to the undefined symbol BOARD_ENABLE_DCDC

Does anyone know how to solve this? The other threads I've seen show it works for others but that was a year ago or more.

Thank you!

Parents Reply Children
No Data
Related