We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2664a07 commit 5ec2914Copy full SHA for 5ec2914
drivers/memory/samsung/Kconfig
@@ -23,5 +23,12 @@ config EXYNOS5422_DMC
23
config EXYNOS_SROM
24
bool "Exynos SROM controller driver" if COMPILE_TEST
25
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.
33
34
endif
0 commit comments