memory: Describe the MEMORY Kconfig entry
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 24 Jul 2020 07:40:37 +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 entire memory controllers section.

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

index 04368ee..d46f21d 100644 (file)
@@ -5,6 +5,12 @@
 
 menuconfig MEMORY
        bool "Memory Controller drivers"
+       help
+         This option allows to enable specific memory controller drivers,
+         useful mostly on embedded systems.  These could be controllers
+         for DRAM (SDR, DDR), ROM, SRAM and others.  The drivers features
+         vary from memory tuning and frequency scaling to enabling
+         access to attached peripherals through memory bus.
 
 if MEMORY