diff --git a/boards/lobaro-lorabox/include/periph_conf.h b/boards/lobaro-lorabox/include/periph_conf.h
index f1e71fa3bc482155d8ee24f97e23192681b2e62e..2311509d63c7b7707ce48c605608c978d10bd6dd 100644
--- a/boards/lobaro-lorabox/include/periph_conf.h
+++ b/boards/lobaro-lorabox/include/periph_conf.h
@@ -210,20 +210,6 @@ static const i2c_conf_t i2c_config[] = {
 #define I2C_NUMOF           (sizeof(i2c_config) / sizeof(i2c_config[0]))
 /** @} */
 
-/**
- * @name   ADC configuration
- * @{
- */
-#define ADC_NUMOF           (0U)
-/** @} */
-
-/**
- * @name   DAC configuration
- * @{
- */
-#define DAC_NUMOF           0
-/** @} */
-
 #ifdef __cplusplus
 }
 #endif
diff --git a/boards/nucleo-f031k6/include/periph_conf.h b/boards/nucleo-f031k6/include/periph_conf.h
index 435bb8b1309793a5861c9c3810fa38615af1d706..ed5b8df88bd97f7c009cf759f5d2c3bc52bc204f 100644
--- a/boards/nucleo-f031k6/include/periph_conf.h
+++ b/boards/nucleo-f031k6/include/periph_conf.h
@@ -175,17 +175,6 @@ static const spi_conf_t spi_config[] = {
 #define SPI_NUMOF           (sizeof(spi_config) / sizeof(spi_config[0]))
 /** @} */
 
-/**
- * @name RTC configuration
- * @{
- */
-/**
- * Nucleo-f031 does not have any LSE, current RTC driver does not support LSI as
- * clock source, so disabling RTC.
- */
-#define RTC_NUMOF           (0U)
-/** @} */
-
 /**
  * @name   ADC configuration
  * @{
diff --git a/boards/nucleo-f042k6/include/periph_conf.h b/boards/nucleo-f042k6/include/periph_conf.h
index 29b0343f069efa32eb077c326aa855431eb5a00a..2477916fa1cc391943b1f02cd563fda9d101b519 100644
--- a/boards/nucleo-f042k6/include/periph_conf.h
+++ b/boards/nucleo-f042k6/include/periph_conf.h
@@ -186,17 +186,6 @@ static const spi_conf_t spi_config[] = {
 #define SPI_NUMOF           (sizeof(spi_config) / sizeof(spi_config[0]))
 /** @} */
 
-/**
- * @name RTC configuration
- * @{
- */
-/**
- * Nucleo-f042 does not have any LSE, current RTC driver does not support LSI as
- * clock source, so disabling RTC.
- */
-#define RTC_NUMOF           (0U)
-/** @} */
-
 /**
  * @name   ADC configuration
  * @{
diff --git a/boards/nucleo-f303k8/include/periph_conf.h b/boards/nucleo-f303k8/include/periph_conf.h
index 983afd85eee2c94609d707538bf19d53d41c026f..c436fecf1fd18dd14046deaca67c72198409a13c 100644
--- a/boards/nucleo-f303k8/include/periph_conf.h
+++ b/boards/nucleo-f303k8/include/periph_conf.h
@@ -178,20 +178,6 @@ static const spi_conf_t spi_config[] = {
 #define SPI_NUMOF           (sizeof(spi_config) / sizeof(spi_config[0]))
 /** @} */
 
-/**
- * @name RTC configuration
- * @{
- */
-#define RTC_NUMOF           (0U)
-/** @} */
-
-/**
- * @name   ADC configuration
- * @{
- */
-#define ADC_NUMOF (0)
-/** @} */
-
 #ifdef __cplusplus
 }
 #endif
diff --git a/boards/nucleo-f303ze/include/periph_conf.h b/boards/nucleo-f303ze/include/periph_conf.h
index 719295d1ac49fb9778e1846f563ce7f218a796e5..835026347cbb7856a2b351ffb3b7693cb5ce8fe3 100644
--- a/boards/nucleo-f303ze/include/periph_conf.h
+++ b/boards/nucleo-f303ze/include/periph_conf.h
@@ -204,13 +204,6 @@ static const spi_conf_t spi_config[] = {
 #define SPI_NUMOF           (sizeof(spi_config) / sizeof(spi_config[0]))
 /** @} */
 
-/**
- * @name   ADC configuration
- * @{
- */
-#define ADC_NUMOF          (0)
-/** @} */
-
 #ifdef __cplusplus
 }
 #endif
diff --git a/boards/nucleo-f446ze/include/periph_conf.h b/boards/nucleo-f446ze/include/periph_conf.h
index fccd35c1286d32950b9ecbc7c6dc1283c97daeb2..4f3cd2fac31de77a12ee776812ac1351bbb96494 100644
--- a/boards/nucleo-f446ze/include/periph_conf.h
+++ b/boards/nucleo-f446ze/include/periph_conf.h
@@ -158,13 +158,6 @@ static const spi_conf_t spi_config[] = {
 #define SPI_NUMOF           (sizeof(spi_config) / sizeof(spi_config[0]))
 /** @} */
 
-/**
- * @name    ADC configuration
- * @{
- */
-#define ADC_NUMOF          (0)
-/** @} */
-
 #ifdef __cplusplus
 }
 #endif
diff --git a/boards/nucleo-l432kc/include/periph_conf.h b/boards/nucleo-l432kc/include/periph_conf.h
index b4f07b26735f2db9cba85dda580f07fd50faa778..6ff6edbb6632154c868975cb0505e0300efa7b59 100644
--- a/boards/nucleo-l432kc/include/periph_conf.h
+++ b/boards/nucleo-l432kc/include/periph_conf.h
@@ -189,20 +189,6 @@ static const spi_conf_t spi_config[] = {
 #define SPI_NUMOF           (sizeof(spi_config) / sizeof(spi_config[0]))
 /** @} */
 
-/**
- * @name RTC configuration
- * @{
- */
-#define RTC_NUMOF           (0U)
-/** @} */
-
-/**
- * @name   ADC configuration
- * @{
- */
-#define ADC_NUMOF           (0U)
-/** @} */
-
 #ifdef __cplusplus
 }
 #endif
diff --git a/boards/nucleo-l496zg/include/periph_conf.h b/boards/nucleo-l496zg/include/periph_conf.h
index b16e308951bc7f562756374554304e9b913d9b4a..50aaf00fedc7a05a6dd35a93e9e8cd6d3c17f34a 100644
--- a/boards/nucleo-l496zg/include/periph_conf.h
+++ b/boards/nucleo-l496zg/include/periph_conf.h
@@ -220,13 +220,6 @@ static const spi_conf_t spi_config[] = {
 #define SPI_NUMOF           (sizeof(spi_config) / sizeof(spi_config[0]))
 /** @} */
 
-/**
- * @name    ADC configuration
- * @{
- */
-#define ADC_NUMOF           (0)
-/** @} */
-
 /**
  * @name    RTT configuration
  *
diff --git a/boards/opencm904/include/periph_conf.h b/boards/opencm904/include/periph_conf.h
index f9f1d7149862eabbeccc0c4655d8b2957e5342ba..ffc9fe80f4de0d4e7f9a00b64a3b67d9bcc50ac4 100644
--- a/boards/opencm904/include/periph_conf.h
+++ b/boards/opencm904/include/periph_conf.h
@@ -124,13 +124,6 @@ static const uart_conf_t uart_config[] = {
 #define UART_NUMOF          (sizeof(uart_config) / sizeof(uart_config[0]))
 /** @} */
 
-/**
- * @name I2C configuration
- * @{
- */
-#define I2C_NUMOF           (0)
-/** @} */
-
 #ifdef __cplusplus
 }
 #endif