hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/memory/samsung/Kconfig
....@@ -7,8 +7,28 @@
77
88 if SAMSUNG_MC
99
10
+config EXYNOS5422_DMC
11
+ tristate "Exynos5422 Dynamic Memory Controller driver"
12
+ depends on ARCH_EXYNOS || (COMPILE_TEST && HAS_IOMEM)
13
+ select DDR
14
+ depends on DEVFREQ_GOV_SIMPLE_ONDEMAND
15
+ depends on (PM_DEVFREQ && PM_DEVFREQ_EVENT)
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.
22
+
1023 config EXYNOS_SROM
1124 bool "Exynos SROM controller driver" if COMPILE_TEST
1225 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.
1333
1434 endif