Skip to content

Commit

Permalink
memory: Describe the MEMORY Kconfig entry
Browse files Browse the repository at this point in the history
Write short description about the entire memory controllers section.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
  • Loading branch information
krzk committed Jul 24, 2020
1 parent 6b16f36 commit 2664a07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/memory/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2664a07

Please sign in to comment.