2 * (C) Copyright 2014 Chen-Yu Tsai <wens@csie.org>
4 * Configuration settings for the Allwinner A23 (sun8i) CPU
6 * SPDX-License-Identifier: GPL-2.0+
13 * A23 specific configuration
16 #ifdef CONFIG_USB_EHCI_HCD
17 #define CONFIG_USB_EHCI_SUNXI
20 #ifdef CONFIG_MACH_SUN8I_H3
21 #define CONFIG_SUNXI_USB_PHYS 4
22 #elif defined CONFIG_MACH_SUN8I_A83T
23 #define CONFIG_SUNXI_USB_PHYS 3
24 #elif defined CONFIG_MACH_SUN8I_V3S
25 #define CONFIG_SUNXI_USB_PHYS 1
27 #define CONFIG_SUNXI_USB_PHYS 2
31 * Include common sunxi configuration where most the settings are
33 #include <configs/sunxi-common.h>
35 #endif /* __CONFIG_H */