[PATCH 5/8] pcmcia: allow PCMCIA support independent of the architecture

2018-10-17 Thread Christoph Hellwig
There is nothing architecture specific in the PCMCIA core, so allow building it everywhere. The actual host controllers will depend on ISA, PCI or a specific SOC. Signed-off-by: Christoph Hellwig Acked-by: Dominik Brodowski Acked-by: Thomas Gleixner --- arch/alpha/Kconfig | 2 -- arch/arm

Re: [PATCH 5/8] pcmcia: allow PCMCIA support independent of the architecture

2018-10-14 Thread Christoph Hellwig
On Sun, Oct 14, 2018 at 07:42:52AM +0200, Dominik Brodowski wrote: > On Sat, Oct 13, 2018 at 05:10:13PM +0200, Christoph Hellwig wrote: > > There is nothing architecture specific in the PCMCIA core, so allow > > building it everywhere. The actual host controllers will depend on ISA, > > PCI or a s

Re: [PATCH 5/8] pcmcia: allow PCMCIA support independent of the architecture

2018-10-13 Thread Dominik Brodowski
On Sat, Oct 13, 2018 at 05:10:13PM +0200, Christoph Hellwig wrote: > There is nothing architecture specific in the PCMCIA core, so allow > building it everywhere. The actual host controllers will depend on ISA, > PCI or a specific SOC. > > Signed-off-by: Christoph Hellwig Looks good to me, thou

[PATCH 5/8] pcmcia: allow PCMCIA support independent of the architecture

2018-10-13 Thread Christoph Hellwig
There is nothing architecture specific in the PCMCIA core, so allow building it everywhere. The actual host controllers will depend on ISA, PCI or a specific SOC. Signed-off-by: Christoph Hellwig --- arch/alpha/Kconfig | 2 -- arch/arm/Kconfig | 2 -- arch/ia64/Kconfig | 2 -- ar