From b6006baf9c2553543e3384983d23d95efbf24fa6 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Wed, 15 Apr 2015 20:46:48 +0200 Subject: 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 Reviewed-by: Simon Glass Acked-by: Ian Campbell --- configs/mixtile_loftq_defconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'configs/mixtile_loftq_defconfig') diff --git a/configs/mixtile_loftq_defconfig b/configs/mixtile_loftq_defconfig index 65058227ba..416262792e 100644 --- a/configs/mixtile_loftq_defconfig +++ b/configs/mixtile_loftq_defconfig @@ -21,5 +21,3 @@ CONFIG_USB1_VBUS_PIN="PH24" # No Vbus gpio for usb2 CONFIG_USB2_VBUS_PIN="" CONFIG_ETH_DESIGNWARE=y -CONFIG_NETDEVICES=y -CONFIG_NET=y -- cgit v1.2.3