]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commite959986694e4a1fb83e371bf2e8395ec2fc8b251
tree3b49d9867d646e6fe4a25cc63df11cb9171c4a78
parent72e4b2cdf07b4c43115f058ed74d694eab5d6454
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