This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / totalimpact / briq / Config.lb
1 ##
2 ## Config file for the Total Impact briQ
3 ##
4
5 ##
6 ## Early board initialization, called from ppc_main()
7 ##
8 initobject init.o
9 initobject clock.o
10
11 ##
12 ## Stage 2 timer support
13 ##
14 object clock.o
15
16 arch ppc end
17
18 if CONFIG_BRIQ_750FX
19 dir /cpu/ppc/ppc7xx
20 end
21 if CONFIG_BRIQ_7400
22 dir /cpu/ppc/mpc74xx
23 end
24
25 ##
26 ## Include the secondary Configuration files 
27 ##
28 chip northbridge/ibm/cpc710
29         device pci_domain 0 on # 32bit pci bridge
30                 device pci 0.0 on 
31                         chip southbridge/winbond/w83c553
32                                 # FIXME  The function numbers are ok but the device id is wrong here!
33                                 device pci 0.0 on end # pci to isa bridge
34                                 device pci 0.1 on end # pci ide controller
35                         end
36                 end
37         end
38         device cpu_bus 0 on 
39         #       chip cpu/ppc/ppc7xx
40         #               device cpu 0 on end
41         #       end
42         end
43 end
44
45 ##
46 ## Build the objects we have code for in this directory.
47 ##
48
49 addaction coreboot.a "$(CONFIG_CROSS_COMPILE)ranlib coreboot.a"