Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD
[platform/kernel/u-boot.git] / include / configs / sun6i.h
index 93a1d96..8b9adb1 100644 (file)
 /*
  * A31 specific configuration
  */
-#define CONFIG_SUN6I           /* sun6i SoC generation */
 
-#define CONFIG_SYS_PROMPT              "sun6i# "
+#ifdef CONFIG_USB_EHCI_HCD
+#define CONFIG_USB_EHCI_SUNXI
+#endif
+
+#define CONFIG_SUNXI_USB_PHYS  3
+
+#define CONFIG_ARMV7_SECURE_BASE       SUNXI_SRAM_B_BASE
+#define CONFIG_ARMV7_SECURE_MAX_SIZE    (64 * 1024) /* 64 KB */
 
 /*
  * Include common sunxi configuration where most the settings are