[PATCH] iseries: fix CONFIG_VIOCONS/CONFIG_VT dependency

Michael Ellerman michael at ellerman.id.au
Wed May 16 13:41:59 EST 2007


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

cheers


-- 
Michael Ellerman
OzLabs, IBM Australia Development Lab

wwweb: http://michael.ellerman.id.au
phone: +61 2 6212 1183 (tie line 70 21183)

We do not inherit the earth from our ancestors,
we borrow it from our children. - S.M.A.R.T Person
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20070516/3275a85d/attachment.pgp>


More information about the Linuxppc-dev mailing list