blob: dbd24b73d1f067bf70d4a4a0d3f19a5958bc2c11 [file] [log] [blame]
Myles Watson50d0b8c2009-08-24 18:36:02 +00001config SOUTHBRIDGE_NVIDIA_CK804
2 bool
Uwe Hermanne4053272009-10-18 13:47:30 +00003 select HAVE_HARD_RESET
Jonathan Kollasch86d1a502010-09-26 16:01:08 +00004 select HAVE_USBDEBUG
Uwe Hermanne4053272009-10-18 13:47:30 +00005 select IOAPIC
Jonathan Kollasch4a8d9932010-10-26 16:10:20 +00006
Jonathan Kollaschfae0d6c2010-11-21 22:55:46 +00007if SOUTHBRIDGE_NVIDIA_CK804
8
Jonathan Kollasch4a8d9932010-10-26 16:10:20 +00009config BOOTBLOCK_SOUTHBRIDGE_INIT
Uwe Hermann7e2fbd52011-01-04 17:36:55 +000010 string
Jonathan Kollaschfae0d6c2010-11-21 22:55:46 +000011 default "southbridge/nvidia/ck804/bootblock.c"
Myles Watsona74ae632009-09-22 18:53:50 +000012
Patrick Georgi5692c572010-10-05 13:40:31 +000013config EHCI_BAR
14 hex
Jonathan Kollaschfae0d6c2010-11-21 22:55:46 +000015 default 0xfef00000
Patrick Georgi5692c572010-10-05 13:40:31 +000016
Patrick Georgiabc0c772010-10-05 17:59:12 +000017config CK804_USE_NIC
18 bool
Jonathan Kollaschfae0d6c2010-11-21 22:55:46 +000019 default n
Patrick Georgiabc0c772010-10-05 17:59:12 +000020
21config CK804_USE_ACI
22 bool
Jonathan Kollaschfae0d6c2010-11-21 22:55:46 +000023 default n
24
25config CK804_PCI_E_X
26 int
27 default 4
28
29config CK804B_PCI_E_X
30 int
31 default 4
Patrick Georgiabc0c772010-10-05 17:59:12 +000032
Timothy Pearson02112bd2015-01-26 02:15:57 -060033config CK804_PCIE_PME_WAKE
34 bool "Enable system wake on PCIe PME# signal"
35 default n
36
Patrick Georgiabc0c772010-10-05 17:59:12 +000037config CK804_NUM
38 int
Jonathan Kollaschfae0d6c2010-11-21 22:55:46 +000039 default 1
40
Patrick Georgi9aeb6942012-10-05 21:54:38 +020041config HPET_MIN_TICKS
Timothy Pearson684fda52015-01-27 13:09:10 -060042 hex
43 default 0xfa
Aaron Durbin3953e392015-09-03 00:41:29 -050044
Jonathan Kollaschfae0d6c2010-11-21 22:55:46 +000045endif