Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

memory: samsung: describe drivers in KConfig

Rephrase the Kconfig option and make it clear it applies only to Samsung
SoC.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20210924133406.112174-1-krzysztof.kozlowski@canonical.com

+7 -6
+7 -6
drivers/memory/samsung/Kconfig
··· 14 14 depends on DEVFREQ_GOV_SIMPLE_ONDEMAND 15 15 depends on (PM_DEVFREQ && PM_DEVFREQ_EVENT) 16 16 help 17 - This adds driver for Exynos5422 DMC (Dynamic Memory Controller). 18 - The driver provides support for Dynamic Voltage and Frequency Scaling in 19 - DMC and DRAM. It also supports changing timings of DRAM running with 20 - different frequency. The timings are calculated based on DT memory 21 - information. 17 + This adds driver for Samsung Exynos5422 SoC DMC (Dynamic Memory 18 + Controller). The driver provides support for Dynamic Voltage and 19 + Frequency Scaling in DMC and DRAM. It also supports changing timings 20 + of DRAM running with different frequency. The timings are calculated 21 + based on DT memory information. 22 + If unsure, say Y on devices with Samsung Exynos SoCs. 22 23 23 24 config EXYNOS_SROM 24 25 bool "Exynos SROM controller driver" if COMPILE_TEST ··· 30 29 during suspend. If however appropriate device tree configuration 31 30 is provided, the driver enables support for external memory 32 31 or external devices. 33 - If unsure, say Y on devices with Samsung Exynos SocS. 32 + If unsure, say Y on devices with Samsung Exynos SoCs. 34 33 35 34 endif