kernel: update 3.14 to 3.14.18
[openwrt/openwrt.git] / target / linux / ipq806x / patches / 0018-hwrng-msm-switch-Kconfig-to-ARCH_QCOM-depends.patch
1 From 4aa784548190c69d946b4dfbc0592a3ed7cd18da Mon Sep 17 00:00:00 2001
2 From: Kumar Gala <galak@codeaurora.org>
3 Date: Thu, 30 Jan 2014 14:43:49 -0600
4 Subject: [PATCH 018/182] hwrng: msm: switch Kconfig to ARCH_QCOM depends
5
6 We've split Qualcomm MSM support into legacy and multiplatform. The RNG
7 driver is only relevant on the multiplatform supported SoCs so switch the
8 Kconfig depends to ARCH_QCOM.
9
10 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
11 CC: Stanimir Varbanov <svarbanov@mm-sol.com>
12 Signed-off-by: Kumar Gala <galak@codeaurora.org>
13 ---
14 drivers/char/hw_random/Kconfig | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 --- a/drivers/char/hw_random/Kconfig
18 +++ b/drivers/char/hw_random/Kconfig
19 @@ -342,11 +342,11 @@ config HW_RANDOM_TPM
20 If unsure, say Y.
21
22 config HW_RANDOM_MSM
23 - tristate "Qualcomm MSM Random Number Generator support"
24 - depends on HW_RANDOM && ARCH_MSM
25 + tristate "Qualcomm SoCs Random Number Generator support"
26 + depends on HW_RANDOM && ARCH_QCOM
27 ---help---
28 This driver provides kernel-side support for the Random Number
29 - Generator hardware found on Qualcomm MSM SoCs.
30 + Generator hardware found on Qualcomm SoCs.
31
32 To compile this driver as a module, choose M here. the
33 module will be called msm-rng.