Re: [PATCH 2/8] powerpc: simplify CONFIG_PCI_QSPAN Kconfig magic

2018-10-15 Thread Christoph Hellwig
On Mon, Oct 15, 2018 at 03:35:41PM +0900, Masahiro Yamada wrote: > 'git grep' did not get any other hit. > > masahiro@pug:~/ref/linux$ git grep PCI_QSPAN > arch/powerpc/Kconfig: default PCI_QSPAN if PPC_8xx > arch/powerpc/Kconfig:config PCI_QSPAN > > With your patch, PCI_QSPAN will become > a

Re: [PATCH 2/8] powerpc: simplify CONFIG_PCI_QSPAN Kconfig magic

2018-10-15 Thread Masahiro Yamada
On Sun, Oct 14, 2018 at 12:11 AM Christoph Hellwig wrote: > > The way how CONFIG_PCI_QSPAN selects the CONFIG_PCI default is highly > unusual and gets in the way of moving CONFIG_PCI into > drivers/pci/Kconfig. Simplify it by just having it depend on > CONFIG_PCI. > > Signed-off-by: Christoph

[PATCH 2/8] powerpc: simplify CONFIG_PCI_QSPAN Kconfig magic

2018-10-13 Thread Christoph Hellwig
The way how CONFIG_PCI_QSPAN selects the CONFIG_PCI default is highly unusual and gets in the way of moving CONFIG_PCI into drivers/pci/Kconfig. Simplify it by just having it depend on CONFIG_PCI. Signed-off-by: Christoph Hellwig --- arch/powerpc/Kconfig | 3 +-- 1 file changed, 1