From: Arnd Bergmann Date: Sat, 15 Mar 2014 10:34:55 +0000 (+0100) Subject: ARM: ks8695/og: make PCI setup conditional X-Git-Tag: v3.15-rc1~81^2~8^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de94abfa0f6e9b1b58863e85929e727b118df2f1;p=pandora-kernel.git ARM: ks8695/og: make PCI setup conditional The 'og' machine tries to always initialized the PCI code, but that may be disabled in Kconfig, leading to a build error. This patch changes the code to use the same Kconfig symbol to decide about calling the ks8695_init_pci function at build time that we use to decide about building the ks8695 PCI support. Signed-off-by: Arnd Bergmann Acked-by: Greg Ungerer --- Reading git-diff-tree failed