]> git.karo-electronics.de Git - karo-tx-linux.git/commit
soc: rockchip: Restrict to ARCH_ROCKCHIP
authorThierry Reding <treding@nvidia.com>
Fri, 9 Oct 2015 13:46:18 +0000 (15:46 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 11 Oct 2015 09:58:08 +0000 (11:58 +0200)
commit0cc598915fc787193ddb7401a11f80c17ccbabe4
tree9428dbc1ab3a56a9182df417376514909e642d4b
parent7c696693a4f54d12714738b45aee3e4302884ade
soc: rockchip: Restrict to ARCH_ROCKCHIP

By definition this directory contains drivers that are specific to the
Rockchip architecture. All Kconfig options should therefore depend on
ARCH_ROCKCHIP to avoid exposing these symbols on other architectures.
For example, this options currently shows up as new when doing an
incremental build on PowerPC.

Signed-off-by: Thierry Reding <treding@nvidia.com>
[add COMPILE_TEST alternative condition]
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/soc/rockchip/Kconfig