Hi Thierry, Am Freitag, 9. Oktober 2015, 15:46:18 schrieb Thierry Reding: > From: Thierry Reding <treding at nvidia.com> > > 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 at nvidia.com> thanks for catching this and I agree that Rockchip stuff should not leak into other arches :-) . I've applied this after adding a "|| COMPILE_TEST" alternative to the condition. Thanks Heiko