diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-08-25 17:35:26 +0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-08-25 17:35:26 +0400 |
commit | e657ce689a85ff1c887b8020282e5b2ab1411ded (patch) | |
tree | b9e9195aeaeb77fc7fa730eac0ce98bcbe267dea /arch/arm/mach-at91/Kconfig | |
parent | 39333610ba3b1e076ac1ceccca34de037a413a03 (diff) | |
parent | ae499f0fadaf28bf3138676fa2d3f6cf7d57556a (diff) | |
download | linux-e657ce689a85ff1c887b8020282e5b2ab1411ded.tar.xz |
Merge tag 'at91-drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux
Pull AT91 reset, poweroff and ram drivers from Maxime Ripard:
"This tag holds the various new drivers introduced to move code that used to be
in mach-at91 over to the proper frameworks.
These files are the reboot and poweroff code for all AT91 SoCs but the RM9200,
and the ram controller driver is not doing much at the time, except for grabing
the RAM clock in order to leave it always enabled."
Conflicts:
arch/arm/mach-at91/Kconfig
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index dd28e1fedbdc..6aa7ab47205e 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -53,6 +53,8 @@ config SOC_AT91SAM9 select ATMEL_AIC_IRQ if !OLD_IRQ_AT91 select CPU_ARM926T select GENERIC_CLOCKEVENTS + select MEMORY if USE_OF + select ATMEL_SDRAMC if USE_OF config SOC_SAMA5 bool @@ -61,6 +63,8 @@ config SOC_SAMA5 select CPU_V7 select GENERIC_CLOCKEVENTS select USE_OF + select MEMORY + select ATMEL_SDRAMC menu "Atmel AT91 System-on-Chip" |