Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81298
b: refs/heads/master
c: b0bbad6
h: refs/heads/master
v: v3
  • Loading branch information
John Rigby authored and Kumar Gala committed Jan 24, 2008
1 parent be9f833 commit 6e87bd1
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: a7267d679fc5a2f1d3f3f247e22a9824f17b507a
refs/heads/master: b0bbad60680a5e76067eb1e55c3676b28abe7481
5 changes: 5 additions & 0 deletions trunk/arch/powerpc/platforms/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ config PPC_83xx
depends on 6xx
select FSL_SOC
select 83xx
select IPIC
select WANT_DEVICE_TREE

config PPC_86xx
Expand Down Expand Up @@ -80,6 +81,10 @@ config XICS
bool
default y

config IPIC
bool
default n

config MPIC
bool
default n
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ obj-$(CONFIG_AXON_RAM) += axonram.o
ifeq ($(CONFIG_PPC_MERGE),y)
obj-$(CONFIG_PPC_INDIRECT_PCI) += indirect_pci.o
obj-$(CONFIG_PPC_I8259) += i8259.o
obj-$(CONFIG_PPC_83xx) += ipic.o
obj-$(CONFIG_IPIC) += ipic.o
obj-$(CONFIG_4xx) += uic.o
obj-$(CONFIG_XILINX_VIRTEX) += xilinx_intc.o
ifeq ($(CONFIG_PCI),y)
Expand Down

0 comments on commit 6e87bd1

Please sign in to comment.