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 6b16f36 commit 2664a07Copy full SHA for 2664a07
drivers/memory/Kconfig
@@ -5,6 +5,12 @@
5
6
menuconfig MEMORY
7
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.
14
15
if MEMORY
16
0 commit comments