From 72db395963cfbb6e3c881d418ee3adfc1fe41de6 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Thu, 18 Feb 2021 15:26:44 +0100 Subject: [PATCH] cpu/nrf5x/kconfig: add VDD_LC_FILTER_REGx features --- cpu/nrf5x_common/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/cpu/nrf5x_common/Kconfig b/cpu/nrf5x_common/Kconfig index 5f0812254e..b4968096ac 100644 --- a/cpu/nrf5x_common/Kconfig +++ b/cpu/nrf5x_common/Kconfig @@ -43,4 +43,16 @@ config HAS_RADIO_NRFMIN Indicates that a radio compatible with the nRF minimal radio driver is present. +config HAS_VDD_LC_FILTER_REG0 + bool + help + Indicates that a board is equipped with an external LC filter circuit + attached to the CPUs voltage regulator stage 0. + +config HAS_VDD_LC_FILTER_REG1 + bool + help + Indicates that a board is equipped with an external LC filter circuit + attached to the CPUs voltage regulator stage 1. + source "$(RIOTCPU)/cortexm_common/Kconfig"