diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h
index 742f33d9f0675e7e8ab8164b6f53487967e090e7..54435f646099a82ebf76cf3e46477c134dd20fc5 100644
--- a/Marlin/Configuration.h
+++ b/Marlin/Configuration.h
@@ -302,7 +302,7 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
 
 
 //automatic expansion
-#if defined(ULTIMAKERCONTROLLER) || defined(REPRAPDISCOUNTSC)
+#if defined(ULTIMAKERCONTROLLER) || defined(REPRAP_DISCOUNT_SMART_CONTROLLER)
  #define ULTIPANEL
  #define NEWPANEL
 #endif