[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <56A7435B.5000405@linaro.org>
Date: Tue, 26 Jan 2016 09:58:51 +0000
From: Daniel Thompson <daniel.thompson@...aro.org>
To: Richard Weinberger <richard@....at>, linux-kernel@...r.kernel.org
Cc: user-mode-linux-devel@...ts.sourceforge.net,
Matt Mackall <mpm@...enic.com>,
Herbert Xu <herbert@...dor.apana.org.au>,
Lee Jones <lee.jones@...aro.org>,
Kieran Bingham <kieranbingham@...il.com>,
Pankaj Dev <pankaj.dev@...com>, Ray Jui <rjui@...adcom.com>,
Scott Branden <sbranden@...adcom.com>,
linux-crypto@...r.kernel.org
Subject: Re: [PATCH 05/22] hw_random: Fix dependencies for !HAS_IOMEM archs
On 25/01/16 22:24, Richard Weinberger wrote:
> Not every arch has io memory.
> So, unbreak the build by fixing the dependencies.
>
> Signed-off-by: Richard Weinberger <richard@....at>
Reviewed-by: Daniel Thompson <daniel.thompson@...aro.org>
Thanks for cleaning up after me!
> ---
> drivers/char/hw_random/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig
> index dbf2271..ff00331 100644
> --- a/drivers/char/hw_random/Kconfig
> +++ b/drivers/char/hw_random/Kconfig
> @@ -372,6 +372,7 @@ config HW_RANDOM_XGENE
> config HW_RANDOM_STM32
> tristate "STMicroelectronics STM32 random number generator"
> depends on HW_RANDOM && (ARCH_STM32 || COMPILE_TEST)
> + depends on HAS_IOMEM
> help
> This driver provides kernel-side support for the Random Number
> Generator hardware found on STM32 microcontrollers.
>
Powered by blists - more mailing lists