diff options
| -rw-r--r-- | drivers/char/hw_random/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig index 2f2b08457c67..244759bbd7b7 100644 --- a/drivers/char/hw_random/Kconfig +++ b/drivers/char/hw_random/Kconfig | |||
| @@ -342,11 +342,11 @@ config HW_RANDOM_TPM | |||
| 342 | If unsure, say Y. | 342 | If unsure, say Y. |
| 343 | 343 | ||
| 344 | config HW_RANDOM_MSM | 344 | config HW_RANDOM_MSM |
| 345 | tristate "Qualcomm MSM Random Number Generator support" | 345 | tristate "Qualcomm SoCs Random Number Generator support" |
| 346 | depends on HW_RANDOM && ARCH_MSM | 346 | depends on HW_RANDOM && ARCH_QCOM |
| 347 | ---help--- | 347 | ---help--- |
| 348 | This driver provides kernel-side support for the Random Number | 348 | This driver provides kernel-side support for the Random Number |
| 349 | Generator hardware found on Qualcomm MSM SoCs. | 349 | Generator hardware found on Qualcomm SoCs. |
| 350 | 350 | ||
| 351 | To compile this driver as a module, choose M here. the | 351 | To compile this driver as a module, choose M here. the |
| 352 | module will be called msm-rng. | 352 | module will be called msm-rng. |
