2009-08-24 20:36:02 +02:00
|
|
|
config SOUTHBRIDGE_NVIDIA_CK804
|
|
|
|
bool
|
2010-09-26 18:01:08 +02:00
|
|
|
select HAVE_USBDEBUG
|
2009-10-18 15:47:30 +02:00
|
|
|
select IOAPIC
|
2018-11-14 00:00:35 +01:00
|
|
|
select HAVE_POWER_STATE_AFTER_FAILURE
|
2010-10-26 18:10:20 +02:00
|
|
|
|
2010-11-21 23:55:46 +01:00
|
|
|
if SOUTHBRIDGE_NVIDIA_CK804
|
|
|
|
|
2010-10-26 18:10:20 +02:00
|
|
|
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
2011-01-04 18:36:55 +01:00
|
|
|
string
|
2010-11-21 23:55:46 +01:00
|
|
|
default "southbridge/nvidia/ck804/bootblock.c"
|
2009-09-22 20:53:50 +02:00
|
|
|
|
2010-10-05 15:40:31 +02:00
|
|
|
config EHCI_BAR
|
|
|
|
hex
|
2010-11-21 23:55:46 +01:00
|
|
|
default 0xfef00000
|
2010-10-05 15:40:31 +02:00
|
|
|
|
2010-10-05 19:59:12 +02:00
|
|
|
config CK804_USE_NIC
|
|
|
|
bool
|
2010-11-21 23:55:46 +01:00
|
|
|
default n
|
2010-10-05 19:59:12 +02:00
|
|
|
|
|
|
|
config CK804_USE_ACI
|
|
|
|
bool
|
2010-11-21 23:55:46 +01:00
|
|
|
default n
|
|
|
|
|
|
|
|
config CK804_PCI_E_X
|
|
|
|
int
|
|
|
|
default 4
|
|
|
|
|
|
|
|
config CK804B_PCI_E_X
|
|
|
|
int
|
|
|
|
default 4
|
2010-10-05 19:59:12 +02:00
|
|
|
|
2015-01-26 09:15:57 +01:00
|
|
|
config CK804_PCIE_PME_WAKE
|
|
|
|
bool "Enable system wake on PCIe PME# signal"
|
|
|
|
default n
|
|
|
|
|
2012-10-05 21:54:38 +02:00
|
|
|
config HPET_MIN_TICKS
|
2015-01-27 20:09:10 +01:00
|
|
|
hex
|
|
|
|
default 0xfa
|
2015-09-03 07:41:29 +02:00
|
|
|
|
2010-11-21 23:55:46 +01:00
|
|
|
endif
|