Commit 6b20a5d1 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

memory: samsung: describe drivers in KConfig

Rephrase the Kconfig option and make it clear it applies only to Samsung
SoC.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20210924133406.112174-1-krzysztof.kozlowski@canonical.com
parent 6880fa6c
...@@ -14,11 +14,12 @@ config EXYNOS5422_DMC ...@@ -14,11 +14,12 @@ config EXYNOS5422_DMC
depends on DEVFREQ_GOV_SIMPLE_ONDEMAND depends on DEVFREQ_GOV_SIMPLE_ONDEMAND
depends on (PM_DEVFREQ && PM_DEVFREQ_EVENT) depends on (PM_DEVFREQ && PM_DEVFREQ_EVENT)
help help
This adds driver for Exynos5422 DMC (Dynamic Memory Controller). This adds driver for Samsung Exynos5422 SoC DMC (Dynamic Memory
The driver provides support for Dynamic Voltage and Frequency Scaling in Controller). The driver provides support for Dynamic Voltage and
DMC and DRAM. It also supports changing timings of DRAM running with Frequency Scaling in DMC and DRAM. It also supports changing timings
different frequency. The timings are calculated based on DT memory of DRAM running with different frequency. The timings are calculated
information. based on DT memory information.
If unsure, say Y on devices with Samsung Exynos SoCs.
config EXYNOS_SROM config EXYNOS_SROM
bool "Exynos SROM controller driver" if COMPILE_TEST bool "Exynos SROM controller driver" if COMPILE_TEST
...@@ -29,6 +30,6 @@ config EXYNOS_SROM ...@@ -29,6 +30,6 @@ config EXYNOS_SROM
during suspend. If however appropriate device tree configuration during suspend. If however appropriate device tree configuration
is provided, the driver enables support for external memory is provided, the driver enables support for external memory
or external devices. or external devices.
If unsure, say Y on devices with Samsung Exynos SocS. If unsure, say Y on devices with Samsung Exynos SoCs.
endif endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment