From: Arnd Bergmann Date: Wed, 7 Sep 2011 08:02:35 +0000 (+0200) Subject: ARM: OC_ETM should not select ARM_AMBA X-Git-Tag: v3.2-rc1~189^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53eebb0df85e4005006920ae12150e8d6d31b132;p=pandora-kernel.git ARM: OC_ETM should not select ARM_AMBA The CONFIG_ARM_AMBA symbol is selected by the platforms that support AMBA, and the other platforms (e.g. orion) might not be able to build that code at all when they do not support the clk API. Instead, make sure that OC_ETM is only built on platforms that do support the amba subsystem already. Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed