Re: [PATCH] char: Drop bogus dependency of DEVPORT on !M68K

2016-04-21 Thread Paul Bolle
On wo, 2016-04-20 at 13:43 -0600, Al Stone wrote: > On 04/11/2016 02:40 AM, Geert Uytterhoeven wrote: > > --- a/drivers/char/Kconfig > > +++ b/drivers/char/Kconfig > > config DEVPORT > > bool > > - depends on !M68K > > depends on ISA || PCI > > default y > This solves the particular

Re: [PATCH] char: Drop bogus dependency of DEVPORT on !M68K

2016-04-20 Thread Al Stone
On 04/11/2016 02:40 AM, Geert Uytterhoeven wrote: > According to full-history-linux commit d3794f4fa7c3edc3 ("[PATCH] M68k > update (part 25)"), port operations are allowed on m68k if CONFIG_ISA is > defined. > > However, commit 153dcc54df826d2f ("[PATCH] mem driver: fix conditional > on isa i/o s