mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 12:36:03 +01:00
On many boards, the USB ports are powered by a GPIO-controlled fixed regulator. In preparation for switching the USB PHY driver to use the regulator uclass instead of driving the GPIO directly, ensure these boards have fixed regulator support enabled. Signed-off-by: Samuel Holland <samuel@sholland.org>
20 lines
436 B
Plaintext
20 lines
436 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun4i-a10-marsboard"
|
|
CONFIG_SPL=y
|
|
CONFIG_MACH_SUN4I=y
|
|
CONFIG_AHCI=y
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
CONFIG_SCSI_AHCI=y
|
|
CONFIG_SYS_64BIT_LBA=y
|
|
CONFIG_SYS_I2C_MVTWSI=y
|
|
CONFIG_SYS_I2C_SLAVE=0x7f
|
|
CONFIG_SYS_I2C_SPEED=400000
|
|
CONFIG_MII=y
|
|
CONFIG_SUN4I_EMAC=y
|
|
CONFIG_DM_REGULATOR_FIXED=y
|
|
CONFIG_SUNXI_NO_PMIC=y
|
|
CONFIG_SCSI=y
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB_OHCI_HCD=y
|