diff --git a/boards/sltb001a/include/periph_conf.h b/boards/sltb001a/include/periph_conf.h
index 4139efac8eb32a4e7940beee0c19e33331d97f19..b4f6b4b4c79033658cc26773a54f37c0ecab45ea 100644
--- a/boards/sltb001a/include/periph_conf.h
+++ b/boards/sltb001a/include/periph_conf.h
@@ -54,6 +54,15 @@ extern "C" {
 #endif
 /** @} */
 
+/**
+ * @name    DC-DC configuration
+ * @{
+ */
+#ifdef EMU_DCDCINIT_OFF
+#error "This option will soft-brick your board. Please remove it."
+#endif
+/** @} */
+
 /**
  * @name    ADC configuration
  * @{