CK804: Cosmetic fixes, switch to u8 et al.
[coreboot.git] / src / southbridge / nvidia / ck804 / Kconfig
1 config SOUTHBRIDGE_NVIDIA_CK804
2         bool
3         select HAVE_HARD_RESET
4         select HAVE_USBDEBUG
5         select IOAPIC
6         select TINY_BOOTBLOCK
7
8 if SOUTHBRIDGE_NVIDIA_CK804
9
10 config BOOTBLOCK_SOUTHBRIDGE_INIT
11         string
12         default "southbridge/nvidia/ck804/bootblock.c"
13
14 config ID_SECTION_OFFSET
15         hex
16         default 0x80
17
18 config EHCI_BAR
19         hex
20         default 0xfef00000
21
22 config EHCI_DEBUG_OFFSET
23         hex
24         default 0x98
25
26 config CK804_USE_NIC
27         bool
28         default n
29
30 config CK804_USE_ACI
31         bool
32         default n
33
34 config CK804_PCI_E_X
35         int
36         default 4
37
38 config CK804B_PCI_E_X
39         int
40         default 4
41
42 config CK804_NUM
43         int
44         default 1
45
46 endif