On Sun, 2007-04-22 at 02:32 +0200, Arnd Bergmann wrote:
> I just saw that we already have an option like that, with a slightly different
> name.
> 
> arch/s390/Kconfig contains
> 
> config NO_IOMEM
>         def_bool y
> 
> and lib/Kconfig contains
> 
> config HAS_IOMEM
>         boolean
>         depends on !NO_IOMEM
>         default y

Now that is a good idea, I should be able to replace quite a few !S390
with HAS_IOMEM. It much better reflects WHY things don't work.
Just !S390 is so negative ..

-- 
blue skies,              IBM Deutschland Entwicklung GmbH
   Martin                Vorsitzender des Aufsichtsrats: Johann Weihen
                         Geschäftsführung: Herbert Kircher
Martin Schwidefsky       Sitz der Gesellschaft: Böblingen
Linux on zSeries         Registergericht: Amtsgericht Stuttgart,
   Development           HRB 243294

"Reality continues to ruin my life." - Calvin.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to