Re: [PATCH] fix generic HDLC synclink mismatch build error

From: Roman Zippel
Date: Fri Jun 09 2006 - 12:00:03 EST


Hi,

On Fri, 9 Jun 2006, Paul Fulghum wrote:

> +config SYNCLINK_HDLC
> + bool "Generic HDLC support for SyncLink driver"
> + depends on SYNCLINK
> + depends on HDLC=y || HDLC=SYNCLINK

If you replace now 'bool "..."' with 'def_bool y', it's enabled
automatically as soon as HDLC is enabled and the user doesn't has to
confirm it for every driver separately and it has the same effect as your
#ifdef hack.

bye, Roman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/