summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2017-03-02 08:03:06 (GMT)
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-04-20 11:30:00 (GMT)
commit301791c9b07425497d170abae6fdcc289340bc6e (patch)
tree77ebba482f35ed3ee0ca8d4be1efbc9dca07c90c /arch/arm
parent7095f864186350dd5773a0bda2df19a1fa8d0aeb (diff)
downloadu-boot-fsl-qoriq-301791c9b07425497d170abae6fdcc289340bc6e.tar.xz
sunxi: Split up long Kconfig lines
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@csie.org> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm')
0 files changed, 0 insertions, 0 deletions