[U-Boot] [PATCH v2 01/13] sunxi: Split up long Kconfig lines

Maxime Ripard maxime.ripard at free-electrons.com
Mon Mar 6 08:15:11 UTC 2017


On Mon, Mar 06, 2017 at 04:05:06PM +0800, Chen-Yu Tsai wrote:
> Currently we have some lines in board/sunxi/Kconfig that are very long.
> These line either provide default values for a set of SoCs, or limit
> some option to a subset of sunxi SoCs.
> 
> Fortunately Kconfig makes it easy to split them. The Kconfig language
> document states
> 
>     If multiple dependencies are defined, they are connected with '&&'.
> 
> This means we can split existing dependencies at "&&" symbols. This
> applies to both the "depends on" lines and "if" expressions.
> 
> This patch splits them up to one symbol per line. This will make it
> easier to add, remove, or modify one item at a time.
> 
> Signed-off-by: Chen-Yu Tsai <wens at csie.org>

Acked-by: Maxime Ripard <maxime.ripard at free-electrons.com>

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170306/df4ab5a9/attachment.sig>


More information about the U-Boot mailing list