lantiq: select PCI support in subtargets
authorMathias Kresin <dev@kresin.me>
Tue, 3 Oct 2017 12:58:53 +0000 (14:58 +0200)
committerMathias Kresin <dev@kresin.me>
Wed, 4 Oct 2017 18:08:15 +0000 (20:08 +0200)
commit66a0f3a39709839c1e46141f5e431974e4bd4cdf
tree90cf537aa039eb8abb8223196d6377efdeee471e
parent77fee9bcce5cb118be6e1f8168cf5a0fe6dcf2b7
lantiq: select PCI support in subtargets

AmazonSE and Falcon do not have support for PCI and it can't be
unselected in the subtarget kernel config. This way the enabled PCI
support is inherit from the higher level config to the subtarget.

If CONFIG_PCI is selected, PCI_SUPPORT will be autoselected as well and
all packages depending on this config symbol will be build and at least
some of them fail due to missing pci functions.

The issue can be observed if all kmods and all non-shared packages are
build. Fix the issue by enabling PCI support only in subtargets with
PCI support.

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/lantiq/config-4.9
target/linux/lantiq/xrx200/config-default
target/linux/lantiq/xway/config-default
target/linux/lantiq/xway_legacy/config-default