mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 14:06:02 +01:00
Now that the USB PHY driver uses the device tree to get VBUS supply regulators, these Kconfig symbols are unused. Remove them. Signed-off-by: Samuel Holland <samuel@sholland.org>
13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun8i-a23-evb"
|
|
CONFIG_SPL=y
|
|
CONFIG_MACH_SUN8I_A23=y
|
|
CONFIG_DRAM_CLK=552
|
|
CONFIG_DRAM_ZQ=63351
|
|
CONFIG_USB0_VBUS_DET="axp_vbus_detect"
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
CONFIG_CONS_INDEX=5
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB_OHCI_HCD=y
|