mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
ARM: defconfig: kp_imx53: Enable DM_USB support on HSC|DDC boards
This commit enables the DM_USB on HSC|DDC i.MX53 based boards. Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
22988766da
commit
13e7b72f32
2 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,8 @@ config TARGET_KP_IMX53
|
|||
select DM_SERIAL
|
||||
select DM_MMC
|
||||
select BLK
|
||||
select DM_USB
|
||||
select DM_REGULATOR
|
||||
select MX53
|
||||
imply CMD_DM
|
||||
|
||||
|
|
|
@ -40,6 +40,7 @@ CONFIG_PINCTRL=y
|
|||
CONFIG_PINCTRL_IMX5=y
|
||||
# CONFIG_SPL_PMIC_CHILDREN is not set
|
||||
CONFIG_DM_PMIC_MC34708=y
|
||||
CONFIG_DM_REGULATOR_FIXED=y
|
||||
CONFIG_SPECIFY_CONSOLE_INDEX=y
|
||||
CONFIG_CONS_INDEX=2
|
||||
CONFIG_MXC_UART=y
|
||||
|
|
Loading…
Reference in a new issue