blob: bae03d718a4809c602c7d3f92802962deef1d0b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
config DRIVERS_XGI_Z9S
bool
if DRIVERS_XGI_Z9S
config DEVICE_SPECIFIC_OPTIONS # dummy
def_bool y
select DRIVERS_XGI_Z79_COMMON
config NATIVE_VGA_INIT_USE_EDID
bool
default n
endif # DRIVERS_XGI_Z9S
|