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] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 26 Feb 2018 11:31:15 +0000
From:   Sean Young <sean@...s.org>
To:     James Hogan <jhogan@...nel.org>
Cc:     linux-metag@...r.kernel.org, linux-kernel@...r.kernel.org,
        Mauro Carvalho Chehab <mchehab@...pensource.com>,
        Mauro Carvalho Chehab <mchehab@...nel.org>,
        linux-media@...r.kernel.org
Subject: Re: [PATCH 12/13] media: img-ir: Drop METAG dependency

On Wed, Feb 21, 2018 at 11:38:24PM +0000, James Hogan wrote:
> Now that arch/metag/ has been removed, remove the METAG dependency from
> the IMG IR device driver. The hardware is also present on MIPS SoCs so
> the driver still has value.
> 
> Signed-off-by: James Hogan <jhogan@...nel.org>
> Cc: Mauro Carvalho Chehab <mchehab@...pensource.com>
> Cc: Mauro Carvalho Chehab <mchehab@...nel.org>
> Cc: linux-media@...r.kernel.org
> Cc: linux-metag@...r.kernel.org

Acked-by: Sean Young <sean@...s.org>


> ---
>  drivers/media/rc/img-ir/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/rc/img-ir/Kconfig b/drivers/media/rc/img-ir/Kconfig
> index a896d3c83a1c..d2c6617d468e 100644
> --- a/drivers/media/rc/img-ir/Kconfig
> +++ b/drivers/media/rc/img-ir/Kconfig
> @@ -1,7 +1,7 @@
>  config IR_IMG
>  	tristate "ImgTec IR Decoder"
>  	depends on RC_CORE
> -	depends on METAG || MIPS || COMPILE_TEST
> +	depends on MIPS || COMPILE_TEST
>  	select IR_IMG_HW if !IR_IMG_RAW
>  	help
>  	   Say Y or M here if you want to use the ImgTec infrared decoder
> -- 
> 2.13.6

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ