Skip to content

Commit

Permalink
ARM: AT91: Fix build failure on board-dt
Browse files Browse the repository at this point in the history
We need CONFIG_SOC_AT91SAM9 to get the at91sam926x_timer
symbol used in board-dt.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  • Loading branch information
Joachim Eastwood authored and Jean-Christophe PLAGNIOL-VILLARD committed Nov 18, 2012
1 parent ee867d8 commit 35ed3c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-at91/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ comment "Generic Board Type"

config MACH_AT91SAM_DT
bool "Atmel AT91SAM Evaluation Kits with device-tree support"
depends on SOC_AT91SAM9
select USE_OF
help
Select this if you want to experiment device-tree with
Expand Down

0 comments on commit 35ed3c7

Please sign in to comment.