diff options
Diffstat (limited to 'drivers/memory/Kconfig')
-rw-r--r-- | drivers/memory/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig index c59e9c96e86d..257061c3c816 100644 --- a/drivers/memory/Kconfig +++ b/drivers/memory/Kconfig | |||
@@ -7,6 +7,16 @@ menuconfig MEMORY | |||
7 | 7 | ||
8 | if MEMORY | 8 | if MEMORY |
9 | 9 | ||
10 | config ATMEL_SDRAMC | ||
11 | bool "Atmel (Multi-port DDR-)SDRAM Controller" | ||
12 | default y | ||
13 | depends on ARCH_AT91 && OF | ||
14 | help | ||
15 | This driver is for Atmel SDRAM Controller or Atmel Multi-port | ||
16 | DDR-SDRAM Controller available on Atmel AT91SAM9 and SAMA5 SoCs. | ||
17 | Starting with the at91sam9g45, this controller supports SDR, DDR and | ||
18 | LP-DDR memories. | ||
19 | |||
10 | config TI_AEMIF | 20 | config TI_AEMIF |
11 | tristate "Texas Instruments AEMIF driver" | 21 | tristate "Texas Instruments AEMIF driver" |
12 | depends on (ARCH_DAVINCI || ARCH_KEYSTONE) && OF | 22 | depends on (ARCH_DAVINCI || ARCH_KEYSTONE) && OF |