commit | de94abfa0f6e9b1b58863e85929e727b118df2f1 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sat Mar 15 11:34:55 2014 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Mar 21 18:23:28 2014 +0100 |
tree | bb3d9d14063b2ed25b1554cd21521adb7cc54289 | |
parent | 48ba81f6fdb7580a5c474da1b14a338e1358e6ab [diff] |
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 <arnd@arndb.de> Acked-by: Greg Ungerer <gerg@uclinux.org>