]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
memory: samsung: exynos-srom: Describe the Kconfig entry
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 24 Jul 2020 07:40:38 +0000 (09:40 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Fri, 24 Jul 2020 14:18:32 +0000 (16:18 +0200)
Write short description about the Exynos SROM controller driver.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
drivers/memory/samsung/Kconfig

index 20a8406ce78616dcc76aa7df2a7d475b232396e9..8e240f078afc08311ac0e8a1d56e37bf9e061864 100644 (file)
@@ -23,5 +23,12 @@ config EXYNOS5422_DMC
 config EXYNOS_SROM
        bool "Exynos SROM controller driver" if COMPILE_TEST
        depends on (ARM && ARCH_EXYNOS) || (COMPILE_TEST && HAS_IOMEM)
+       help
+         This adds driver for Samsung Exynos SoC SROM controller.  The driver
+         in basic operation mode only saves and restores SROM registers
+         during suspend.  If however appropriate device tree configuration
+         is provided, the driver enables support for external memory
+         or external devices.
+         If unsure, say Y on devices with Samsung Exynos SocS.
 
 endif