cf6bb1dd52b10213263e2c61caaf2caff46fecf6
[coreboot.git] / src / mainboard / nokia / ip530 / Kconfig
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2010 Marc Bertens <mbertens@xs4all.nl>
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; version 2 of the License.
9 ##
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ## GNU General Public License for more details.
14 ##
15 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software
17 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
18 ##
19 if BOARD_NOKIA_IP530
20
21 config BOARD_SPECIFIC_OPTIONS # dummy
22         def_bool y
23         select ARCH_X86
24         select CPU_INTEL_SOCKET_PGA370
25         select NORTHBRIDGE_INTEL_I440BX
26         select SOUTHBRIDGE_INTEL_I82371EB
27         select SUPERIO_SMSC_SMSCSUPERIO
28         select SOUTHBRIDGE_TI_PCI1X2X
29         select DRIVERS_DEC_21143
30         select BOARD_ROMSIZE_KB_256
31         select PIRQ_ROUTE
32         select HAVE_PIRQ_TABLE
33         select UDELAY_TSC
34
35 config MAINBOARD_DIR
36         string
37         default nokia/ip530
38
39 config MAINBOARD_PART_NUMBER
40         string
41         default "IP530"
42
43 config IRQ_SLOT_COUNT
44         int
45         default 22
46
47 ## Configuration items for the ethernet adaptors
48 config DEC21143_CACHE_LINE_SIZE
49         hex
50         default 0x00000000
51
52 config DEC21143_EXPANSION_ROM_BASE_ADDRESS
53         hex
54         default 0x00000000
55
56 config DEC21143_COMMAND_AND_STATUS_CONFIGURATION
57         hex
58         default 0x02800107
59
60 ## Configuration for the PCMCIA-Cardbus controller.
61 config TI_PCMCIA_CARDBUS_CMDR
62         hex
63         default 0x0107
64
65 config TI_PCMCIA_CARDBUS_CLSR
66         hex
67         default 0x00
68
69 config TI_PCMCIA_CARDBUS_CLTR
70         hex
71         default 0x40
72
73 config TI_PCMCIA_CARDBUS_BCR
74         hex
75         default 0x07C0
76
77 config TI_PCMCIA_CARDBUS_SCR
78         hex
79         default 0x08449060
80
81 config TI_PCMCIA_CARDBUS_MRR
82         hex
83         default 0x00007522
84
85 endif # BOARD_NOKIA_IP530