Skip to content

Commit 2664a07

Browse files
committed
memory: Describe the MEMORY Kconfig entry
Write short description about the entire memory controllers section. Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 6b16f36 commit 2664a07

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/memory/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55

66
menuconfig MEMORY
77
bool "Memory Controller drivers"
8+
help
9+
This option allows to enable specific memory controller drivers,
10+
useful mostly on embedded systems. These could be controllers
11+
for DRAM (SDR, DDR), ROM, SRAM and others. The drivers features
12+
vary from memory tuning and frequency scaling to enabling
13+
access to attached peripherals through memory bus.
814

915
if MEMORY
1016

0 commit comments

Comments
 (0)