lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 15 Dec 2009 16:14:46 -0500
From:	Andres Salomon <dilinger@...labora.co.uk>
To:	Geert Uytterhoeven <geert@...ux-m68k.org>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	Linux Kernel Development <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] cs5535: CS5535_MFGPT_DEFAULT_IRQ should depend on 
 CS5535_MFGPT

Acked-by: Andres Salomon <dilinger@...labora.co.uk>

On Tue, 15 Dec 2009
22:02:09 +0100 (CET) Geert Uytterhoeven <geert@...ux-m68k.org> wrote:

> From 707c6b36fcf474c31f57a55fa983f3e1db59cf56 Mon Sep 17 00:00:00 2001
> From: Geert Uytterhoeven <geert@...ux-m68k.org>
> Date: Tue, 15 Dec 2009 21:52:59 +0100
> Subject: [PATCH] cs5535: CS5535_MFGPT_DEFAULT_IRQ should depend on
> CS5535_MFGPT
> 
> It doesn't make much sense to have CS5535_MFGPT_DEFAULT_IRQ show up in
> configs that cannot have CS5535_MFGPT.
> 
> Signed-off-by: Geert Uytterhoeven <geert@...ux-m68k.org>
> ---
>  drivers/misc/Kconfig |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
> index 59f4ba1..d4beee2 100644
> --- a/drivers/misc/Kconfig
> +++ b/drivers/misc/Kconfig
> @@ -203,6 +203,7 @@ config CS5535_MFGPT
>  
>  config CS5535_MFGPT_DEFAULT_IRQ
>  	int
> +	depends on CS5535_MFGPT
>  	default 7
>  	help
>  	  MFGPTs on the CS5535 require an interrupt.  The selected
> IRQ
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ