* Patch by Klaus Heydeck, 13 Mar 2003:
  Add support for KUP4X Board
diff --git a/include/commproc.h b/include/commproc.h
index 11f31e9..9facd77 100644
--- a/include/commproc.h
+++ b/include/commproc.h
@@ -980,10 +980,10 @@
 
 #endif	/* CONFIG_IVMS8, CONFIG_IVML24 */
 
-/***  KUP4K  *********************************************************/
-/* The KUP4K uses the FEC on a MPC855T for Ethernet */
+/***  KUP4K, KUP4X ****************************************************/
+/* The KUP4 boards uses the FEC on a MPC8xx for Ethernet */
 
-#if defined(CONFIG_KUP4K)
+#if defined(CONFIG_KUP4K) || defined(CONFIG_KUP4X)
 
 #define	FEC_ENET	/* use FEC for EThernet */
 #undef	SCC_ENET