2010-04-25 22:24:09 +02:00
|
|
|
config SOUTHBRIDGE_VIA_K8M890
|
|
|
|
bool
|
|
|
|
|
2009-09-25 20:43:02 +02:00
|
|
|
config SOUTHBRIDGE_VIA_K8T890
|
|
|
|
bool
|
|
|
|
|
2010-04-25 22:24:09 +02:00
|
|
|
config SOUTHBRIDGE_VIA_K8M890_VGA_EN
|
2010-04-25 17:21:18 +02:00
|
|
|
bool "Enable onboard K8M890 graphics"
|
|
|
|
default y
|
2010-04-25 22:24:09 +02:00
|
|
|
depends on SOUTHBRIDGE_VIA_K8M890
|
2010-04-25 17:21:18 +02:00
|
|
|
select VGA
|
|
|
|
select GFXUMA
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Framebuffer size"
|
|
|
|
default K8M890_VIDEO_MB_32MB
|
2010-04-25 22:24:09 +02:00
|
|
|
depends on SOUTHBRIDGE_VIA_K8M890_VGA_EN
|
2010-04-25 17:21:18 +02:00
|
|
|
|
|
|
|
config K8M890_VIDEO_MB_32MB
|
|
|
|
bool "32MB"
|
|
|
|
config K8M890_VIDEO_MB_64MB
|
|
|
|
bool "64MB"
|
|
|
|
config K8M890_VIDEO_MB_128MB
|
|
|
|
bool "128MB"
|
|
|
|
config K8M890_VIDEO_MB_256MB
|
|
|
|
bool "256MB"
|
|
|
|
config K8M890_VIDEO_MB_CMOS
|
|
|
|
bool "Use CMOS option"
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config VIDEO_MB
|
|
|
|
int
|
|
|
|
default 32 if K8M890_VIDEO_MB_32MB
|
|
|
|
default 64 if K8M890_VIDEO_MB_64MB
|
|
|
|
default 128 if K8M890_VIDEO_MB_128MB
|
|
|
|
default 256 if K8M890_VIDEO_MB_256MB
|
|
|
|
default -1 if K8M890_VIDEO_MB_CMOS
|
2010-04-25 22:24:09 +02:00
|
|
|
depends on SOUTHBRIDGE_VIA_K8M890_VGA_EN
|