Skip to content

Commit 5ec2914

Browse files
committed
memory: samsung: exynos-srom: Describe the Kconfig entry
Write short description about the Exynos SROM controller driver. Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 2664a07 commit 5ec2914

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/memory/samsung/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,12 @@ config EXYNOS5422_DMC
2323
config EXYNOS_SROM
2424
bool "Exynos SROM controller driver" if COMPILE_TEST
2525
depends on (ARM && ARCH_EXYNOS) || (COMPILE_TEST && HAS_IOMEM)
26+
help
27+
This adds driver for Samsung Exynos SoC SROM controller. The driver
28+
in basic operation mode only saves and restores SROM registers
29+
during suspend. If however appropriate device tree configuration
30+
is provided, the driver enables support for external memory
31+
or external devices.
32+
If unsure, say Y on devices with Samsung Exynos SocS.
2633

2734
endif

0 commit comments

Comments
 (0)