blob: 509ad2524a567858ba4f5569ca79ea7d61ec3bb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
config SOUTHBRIDGE_NVIDIA_CK804
bool
default n
config HAVE_HARD_RESET
bool
default y
depends on SOUTHBRIDGE_NVIDIA_CK804
config IOAPIC
bool
default y
depends on SOUTHBRIDGE_NVIDIA_CK804
|