-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: SIRF: make sirf irqchip driver optional since new SoCs will have…
… GIC New MARCO and POLO SoC use GIC, so make irq.c optional and enable it only if we enable ARCH_PRIMA2 in Kconfig Signed-off-by: Barry Song <Baohua.Song@csr.com>
- Loading branch information
Barry Song
authored and
Barry Song
committed
Aug 28, 2012
1 parent
156a099
commit c1e3c11
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
obj-y := timer.o | ||
obj-y += irq.o | ||
obj-y += rstc.o | ||
obj-y += common.o | ||
obj-y += rtciobrg.o | ||
obj-$(CONFIG_DEBUG_LL) += lluart.o | ||
obj-$(CONFIG_CACHE_L2X0) += l2x0.o | ||
obj-$(CONFIG_SUSPEND) += pm.o sleep.o | ||
obj-$(CONFIG_SIRF_IRQ) += irq.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters