[PATCH] iseries: fix CONFIG_VIOCONS/CONFIG_VT dependency
Olof Johansson
olof at lixom.net
Wed May 16 14:08:00 EST 2007
On Wed, May 16, 2007 at 01:41:59PM +1000, Michael Ellerman wrote:
> On Tue, 2007-05-15 at 14:03 -0500, Olof Johansson wrote:
> > VT already depends on !VIOCONS, but there's no restriction in the other
> > direction. This makes an allyesconfig not build.
> >
> > Switch to a Kconfig dependency instead of a compile-time error.
> >
> >
> > Signed-off-by: Olof Johansson <olof at lixom.net>
> >
> > diff --git a/arch/powerpc/platforms/iseries/Kconfig b/arch/powerpc/platforms/iseries/Kconfig
> > index 46c3a8e..e48f018 100644
> > --- a/arch/powerpc/platforms/iseries/Kconfig
> > +++ b/arch/powerpc/platforms/iseries/Kconfig
> > @@ -8,6 +8,7 @@ menu "iSeries device drivers"
> >
> > config VIOCONS
> > tristate "iSeries Virtual Console Support (Obsolete)"
> > + depends on !VT
> > help
>
> This context doesn't match linus' or the powerpc tree, I see:
>
> config VIOCONS
> bool "iSeries Virtual Console Support (Obsolete)"
> depends on !HVC_ISERIES
> default n
> help
Boggle, I thought I did the checks in paulus' tree. It must have been
in my 2.6.21 one instead. :(
So nevermind, the above is obviously enough.
-Olof
More information about the Linuxppc-dev
mailing list