summaryrefslogtreecommitdiffstats
path: root/configs/Cubieboard_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-06-30 16:51:15 -0400
committerHans de Goede <hdegoede@redhat.com>2015-07-25 11:22:54 +0200
commit4536882710b598556b943f58e7713c92ada7ec5f (patch)
tree191b8d0f41d26f65edbfe447c6c12945d11062ea /configs/Cubieboard_defconfig
parentd08980de0291951a60d62c6cf3483f7081b1700c (diff)
downloadblackbird-obmc-uboot-4536882710b598556b943f58e7713c92ada7ec5f.tar.gz
blackbird-obmc-uboot-4536882710b598556b943f58e7713c92ada7ec5f.zip
sunxi: Update selects in arch/arm/Kconfig for DM conversions
With certain features being convert to DM now we want sunxi to default to having DM enabled for ETH/SERIAL and USB in some cases. Cc: Hans de Goede <hdegoede@redhat.com> Cc: Ian Campbell <ijc@hellion.org.uk> Signed-off-by: Tom Rini <trini@konsulko.com> [hdegoede@redhat.com: Also select CONFIG_USB for all sunxi builds] Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/Cubieboard_defconfig')
-rw-r--r--configs/Cubieboard_defconfig7
1 files changed, 2 insertions, 5 deletions
diff --git a/configs/Cubieboard_defconfig b/configs/Cubieboard_defconfig
index 0d0051e0d5..fa60ddf415 100644
--- a/configs/Cubieboard_defconfig
+++ b/configs/Cubieboard_defconfig
@@ -5,11 +5,8 @@ CONFIG_DRAM_CLK=480
CONFIG_DEFAULT_DEVICE_TREE="sun4i-a10-cubieboard"
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_SPL=y
-CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_EMAC,AHCI,SATAPWR=SUNXI_GPB(8),USB_EHCI"
+CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_EMAC,AHCI,SATAPWR=SUNXI_GPB(8)"
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set
# CONFIG_CMD_FPGA is not set
-CONFIG_DM_ETH=y
-CONFIG_DM_SERIAL=y
-CONFIG_USB=y
-CONFIG_DM_USB=y
+CONFIG_USB_EHCI_HCD=y
OpenPOWER on IntegriCloud