[U-Boot] [PATCH 20/21] sunxi: Move all boards to the device-model

Ian Campbell ijc at hellion.org.uk
Sun Apr 26 05:33:20 CEST 2015


On Fri, 2015-04-24 at 15:48 +0200, Hans de Goede wrote:
> diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
> index 3831d3b..3997637 100644
> --- a/board/sunxi/Kconfig
> +++ b/board/sunxi/Kconfig
> @@ -529,4 +529,16 @@ config GMAC_TX_DELAY
>  	---help---
>  	Set the GMAC Transmit Clock Delay Chain value.
>  
> +config NET
> +	default y
> +
> +config NETDEVICES
> +	default y
> +
> +config DM_ETH
> +	default y
> +
> +config DM_SERIAL
> +	default y

None of these have a more appropriate home than sunxi/Kconfig?




More information about the U-Boot mailing list