2016-01-25 22:24:04

by Richard Weinberger

[permalink] [raw]
Subject: [PATCH 05/22] hw_random: Fix dependencies for !HAS_IOMEM archs

Not every arch has io memory.
So, unbreak the build by fixing the dependencies.

Signed-off-by: Richard Weinberger <[email protected]>
---
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.
--
1.8.4.5


2016-01-26 09:58:54

by Daniel Thompson

[permalink] [raw]
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 <[email protected]>

Reviewed-by: Daniel Thompson <[email protected]>

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.
>

2016-01-26 14:49:11

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH 05/22] hw_random: Fix dependencies for !HAS_IOMEM archs

On Mon, Jan 25, 2016 at 11:24:04PM +0100, Richard Weinberger wrote:
> Not every arch has io memory.
> So, unbreak the build by fixing the dependencies.
>
> Signed-off-by: Richard Weinberger <[email protected]>

Patch applied. Thanks.
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt