Kconfig value is hex, not int.
[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
20 config BOARD_NOKIA_IP530
21         bool "IP530"
22         select ARCH_X86
23         select CPU_INTEL_SOCKET_PGA370
24         select NORTHBRIDGE_INTEL_I440BX
25         select SOUTHBRIDGE_INTEL_I82371EB
26         select SUPERIO_SMSC_SMSCSUPERIO
27         select DRIVERS_TI_PCI1225
28         select DRIVERS_DEC_21143PD
29         select BOARD_ROMSIZE_KB_256
30         select ROMCC
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         depends on BOARD_NOKIA_IP530
39
40 config MAINBOARD_PART_NUMBER
41         string
42         default "IP530"
43         depends on BOARD_NOKIA_IP530
44
45 config HAVE_OPTION_TABLE
46         bool
47         default n
48         depends on BOARD_NOKIA_IP530
49
50 config IRQ_SLOT_COUNT
51         int
52         default 22
53         depends on BOARD_NOKIA_IP530
54
55 ## Configuration items for the ethernet adaptors
56 config DEC21143_CACHE_LINE_SIZE
57         hex
58         default 0x00000000
59         depends on BOARD_NOKIA_IP530
60
61 config DEC21143_EXPANSION_ROM_BASE_ADDRESS
62         hex
63         default 0x00000000
64         depends on BOARD_NOKIA_IP530
65
66 config DEC21143_COMMAND_AND_STATUS_CONFIGURATION
67         hex
68         default 0x02800107
69         depends on BOARD_NOKIA_IP530
70
71 ## Configuration for the PCMCIA-Cardbus controller.
72 config TI_PCMCIA_CARDBUS_CMDR
73         hex
74         default 0x0107
75         depends on BOARD_NOKIA_IP530
76
77 config TI_PCMCIA_CARDBUS_CLSR
78         hex
79         default 0x00
80         depends on BOARD_NOKIA_IP530
81
82 config TI_PCMCIA_CARDBUS_CLTR
83         hex
84         default 0x40
85         depends on BOARD_NOKIA_IP530
86
87 config TI_PCMCIA_CARDBUS_BCR
88         hex
89         default 0x07C0
90         depends on BOARD_NOKIA_IP530
91
92 config TI_PCMCIA_CARDBUS_SCR
93         hex
94         default 0x08449060
95         depends on BOARD_NOKIA_IP530
96
97 config TI_PCMCIA_CARDBUS_MRR
98         hex
99         default 0x00007522
100         depends on BOARD_NOKIA_IP530