summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-04-15 20:46:48 +0200
committerHans de Goede <hdegoede@redhat.com>2015-05-04 16:51:54 +0200
commitb6006baf9c2553543e3384983d23d95efbf24fa6 (patch)
treeb0a7a044cad245f6272a5ee2e44152acdc80b2ff /arch
parent25acd33f85086c0d95e46e9611aa8828b85dcf49 (diff)
downloadtalos-obmc-uboot-b6006baf9c2553543e3384983d23d95efbf24fa6.tar.gz
talos-obmc-uboot-b6006baf9c2553543e3384983d23d95efbf24fa6.zip
sunxi: Move all boards to the driver-model
Now that we've everything prepared for it remove the DM settings from the defconfig(s) and simply always set them for sunxi. This makes all sunxi boards allways use the driver model for gpios and ethernet, and allows us to move over more bits to the driver-model without the need to introduce #ifdef-ery for boards which are not yet using DM. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 00be305c39..eeeaca4fb5 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -632,6 +632,11 @@ config TARGET_SOCFPGA_CYCLONE5
config ARCH_SUNXI
bool "Support sunxi (Allwinner) SoCs"
+ select DM
+ select DM_GPIO
+ select OF_CONTROL
+ select OF_SEPARATE
+ select SPL_DISABLE_OF_CONTROL
config TARGET_SNOWBALL
bool "Support snowball"
OpenPOWER on IntegriCloud