]> git.sur5r.net Git - u-boot/blobdiff - include/configs/MPC8349ITX.h
Convert CONFIG_CMD_IRQ to Kconfig
[u-boot] / include / configs / MPC8349ITX.h
index 14494dc5556111eb056cde99a41832d7170e91a5..46f09d6b60f9ac1b68510d756435ef6d2b61bc18 100644 (file)
 /*
  * Support USB
  */
-#define CONFIG_USB_EHCI_HCD
 #define CONFIG_USB_EHCI_FSL
 
 /* Current USB implementation supports the only USB controller,
@@ -479,7 +478,6 @@ boards, we say we have two, but don't display a message if we find only one. */
 /*
  * Command line configuration.
  */
-#define CONFIG_CMD_IRQ
 #define CONFIG_CMD_SDRAM
 
 #if defined(CONFIG_COMPACT_FLASH) || defined(CONFIG_SATA_SIL3114) \
@@ -487,10 +485,6 @@ boards, we say we have two, but don't display a message if we find only one. */
        #define CONFIG_SUPPORT_VFAT
 #endif
 
-#ifdef CONFIG_COMPACT_FLASH
-       #define CONFIG_CMD_IDE
-#endif
-
 #ifdef CONFIG_SATA_SIL3114
        #define CONFIG_CMD_SATA
 #endif