Skip to content

Commit

Permalink
ARM: at91: select ATMEL_SDRAMC when using OF
Browse files Browse the repository at this point in the history
When using device tree, select the Atmel RAM controller driver to handle its
clocks.

Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
  • Loading branch information
alexandrebelloni authored and mripard committed Jul 15, 2014
1 parent e81b6ab commit 63e6036
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/mach-at91/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ config SOC_AT91SAM9
select GENERIC_CLOCKEVENTS
select MULTI_IRQ_HANDLER
select SPARSE_IRQ
select MEMORY if USE_OF
select ATMEL_SDRAMC if USE_OF

config SOC_SAMA5
bool
Expand All @@ -58,6 +60,8 @@ config SOC_SAMA5
select MULTI_IRQ_HANDLER
select SPARSE_IRQ
select USE_OF
select MEMORY
select ATMEL_SDRAMC

menu "Atmel AT91 System-on-Chip"

Expand Down

0 comments on commit 63e6036

Please sign in to comment.