On Tue, Jun 14, 2011 at 21:08, Ralf Baechle <ralf@xxxxxxxxxxxxxx> wrote: > The PC parallel port Kconfig as acquired one of those messy terms to > describe it's architecture dependencies: > > Â Â Â depends on (!SPARC64 || PCI) && !SPARC32 && !M32R && !FRV && \ > Â Â Â Â Â Â Â (!M68K || ISA) && !MN10300 && !AVR32 && !BLACKFIN > > This isn't just ugly - it also almost certainly describes the dependencies > too coarse grainedly. ÂThis is an attempt at cleaing the mess up. > --- a/arch/m68k/Kconfig.mmu > +++ b/arch/m68k/Kconfig.mmu > @@ -399,6 +399,7 @@ config ISA > Â Â Â Âbool > Â Â Â Âdepends on Q40 || AMIGA_PCMCIA > Â Â Â Âdefault y > + Â Â Â select PARPORT_PC Why do you select PARPORT_PC here instead of HAVE_PC_PARPORT? Gr{oetje,eeting}s, Â Â Â Â Â Â Â Â Â Â Â Â Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. Â Â Â Â Â Â Â Â Â Â Â Â Â ÂÂ ÂÂ -- Linus Torvalds