diff options
author | Tom Rini <trini@konsulko.com> | 2015-06-30 16:51:15 -0400 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-07-25 11:22:54 +0200 |
commit | 4536882710b598556b943f58e7713c92ada7ec5f (patch) | |
tree | 191b8d0f41d26f65edbfe447c6c12945d11062ea /arch/arm | |
parent | d08980de0291951a60d62c6cf3483f7081b1700c (diff) | |
download | u-boot-imx-4536882710b598556b943f58e7713c92ada7ec5f.zip u-boot-imx-4536882710b598556b943f58e7713c92ada7ec5f.tar.gz u-boot-imx-4536882710b598556b943f58e7713c92ada7ec5f.tar.bz2 |
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 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 506463c..56abaf6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -645,9 +645,13 @@ config ARCH_SUNXI bool "Support sunxi (Allwinner) SoCs" select DM select DM_GPIO + select DM_ETH + select DM_SERIAL + select DM_USB if !USB_MUSB_SUNXI select OF_CONTROL select OF_SEPARATE select SPL_DISABLE_OF_CONTROL + select USB config TARGET_SNOWBALL bool "Support snowball" |