typo
[coreboot.git] / src / mainboard / dell / s1850 / Kconfig
1 config BOARD_DELL_S1850
2         bool "Dell S1850"
3         select ARCH_X86
4         select CPU_INTEL_SOCKET_MPGA604
5         select NORTHBRIDGE_INTEL_E7520
6         select SOUTHBRIDGE_INTEL_I82801ER
7         select SUPERIO_NSC_PC8374
8         select PIRQ_TABLE
9         help
10           Dell S1850mainboard.
11
12 config MAINBOARD_DIR
13         string
14         default dell/s1850
15         depends on BOARD_DELL_S1850
16
17 config LB_CKS_RANGE_END
18         int
19         default 122
20         depends on BOARD_DELL_S1850
21
22 config LB_CKS_LOC
23         int
24         default 123
25         depends on BOARD_DELL_S1850
26
27 config MAINBOARD_PART_NUMBER
28         string
29         default "s1850"
30         depends on BOARD_DELL_S1850
31
32 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
33         hex
34         default 0x016c
35         depends on BOARD_DELL_S1850
36
37 config USE_FAILOVER_IMAGE
38         bool
39         default n
40         depends on BOARD_DELL_S1850
41
42 config HAVE_FAILOVER_BOOT
43         bool
44         default n
45         depends on BOARD_DELL_S1850
46
47 config USE_FAILOVER_IMAGE
48         bool
49         default n
50         depends on BOARD_DELL_S1850
51
52 config MAX_CPUS
53         int
54         default 2
55         depends on BOARD_DELL_S1850
56
57 config MAX_PHYSICAL_CPUS
58         int
59         default 2
60         depends on BOARD_DELL_S1850
61
62 config USE_INIT
63         bool
64         default n
65         depends on BOARD_DELL_S1850
66