On Mon, Apr 26, 2010 at 01:42:43PM +0200, Carsten Schlote wrote:
> From: Carsten Schlote <[email protected]>
> 
> Signed-off-by: Carsten Schlote <[email protected]>
> ---
>  rules/microcom.in |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
> 
> diff --git a/rules/microcom.in b/rules/microcom.in
> index 74134bc..ae4be8a 100644
> --- a/rules/microcom.in
> +++ b/rules/microcom.in
> @@ -7,3 +7,10 @@ config MICROCOM
>         minimalistic terminal program
>  
>         It doesn't work with modem though.
> +
> +if MICROCOM
> +
> +comment "BusyBox' microcom is selected!"
> +     depends on BUSYBOX_MICROCOM
> +
> +endif

we usually have:

config FOO
        [...]
        depends on !BUSYBOX_FOO || ALLYES

comment "BusyBox' foo is selected!"
        depends on BUSYBOX_FOO

moll

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
[email protected]

Reply via email to