Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370561
b: refs/heads/master
c: fc05b65
h: refs/heads/master
i:
  370559: 52d3f08
v: v3
  • Loading branch information
Ludovic Desroches authored and Nicolas Ferre committed Mar 26, 2013
1 parent 2a26dbf commit aeff78f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 84ddb087637849d1bf42f4260da41f1278df4448
refs/heads/master: fc05b6571dc1054c31fc7bb1cdaa186c28f7de79
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-at91/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ config AT91_SAM9G45_RESET
bool
default !ARCH_AT91X40

config AT91_SAM9_TIME
bool

config SOC_AT91SAM9
bool
select AT91_SAM9_TIME
select CPU_ARM926T
select GENERIC_CLOCKEVENTS
select MULTI_IRQ_HANDLER
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-at91/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ obj- :=
obj-$(CONFIG_AT91_PMC_UNIT) += clock.o
obj-$(CONFIG_AT91_SAM9_ALT_RESET) += at91sam9_alt_reset.o
obj-$(CONFIG_AT91_SAM9G45_RESET) += at91sam9g45_reset.o
obj-$(CONFIG_SOC_AT91SAM9) += at91sam926x_time.o sam9_smc.o
obj-$(CONFIG_AT91_SAM9_TIME) += at91sam926x_time.o
obj-$(CONFIG_SOC_AT91SAM9) += sam9_smc.o

# CPU-specific support
obj-$(CONFIG_SOC_AT91RM9200) += at91rm9200.o at91rm9200_time.o
Expand Down

0 comments on commit aeff78f

Please sign in to comment.