]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/kconfig: Simplify PCI_QSPAN selection
authorChristophe Leroy <christophe.leroy@c-s.fr>
Tue, 8 Aug 2017 11:58:52 +0000 (13:58 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 10 Aug 2017 13:32:11 +0000 (23:32 +1000)
commit1382495e2d4984d6c7208d387d91d0d536633252
tree3b49d9867d646e6fe4a25cc63df11cb9171c4a78
parentc5486deb23743e78e91d444612acf7597fc9f761
powerpc/kconfig: Simplify PCI_QSPAN selection

4xx, CPM2 and 8xx cannot be selected at the same time, so
no need to test 8xx && !4xx && !CPM2. Testing 8xx is enough.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/Kconfig