94b62b0be2cc855396d4b3bc8770f416bb46ac82
[coreboot.git] / src / southbridge / via / k8t890 / Kconfig
1 config SOUTHBRIDGE_VIA_K8M800 #K8M800 not tested
2         bool
3
4 config SOUTHBRIDGE_VIA_K8T800_OLD # not tested
5         bool
6
7 config SOUTHBRIDGE_VIA_K8T800
8         bool
9
10 config SOUTHBRIDGE_VIA_K8T800PRO
11         bool
12
13 config SOUTHBRIDGE_VIA_K8M890
14         bool
15
16 config SOUTHBRIDGE_VIA_K8T890
17         bool
18
19 config SOUTHBRIDGE_VIA_K8M890_VGA_EN
20         bool "Enable onboard K8M890 graphics"
21         default y
22         depends on SOUTHBRIDGE_VIA_K8M890
23         select VGA
24         select GFXUMA
25
26 choice
27         prompt "Framebuffer size"
28         default K8M890_VIDEO_MB_32MB
29         depends on SOUTHBRIDGE_VIA_K8M890_VGA_EN
30
31 config K8M890_VIDEO_MB_32MB
32         bool "32MB"
33 config K8M890_VIDEO_MB_64MB
34         bool "64MB"
35 config K8M890_VIDEO_MB_128MB
36         bool "128MB"
37 config K8M890_VIDEO_MB_256MB
38         bool "256MB"
39 config K8M890_VIDEO_MB_CMOS
40         bool "Use CMOS option"
41
42 endchoice
43
44 config VIDEO_MB
45         int
46         default 32  if K8M890_VIDEO_MB_32MB
47         default 64  if K8M890_VIDEO_MB_64MB
48         default 128  if K8M890_VIDEO_MB_128MB
49         default 256 if K8M890_VIDEO_MB_256MB
50         default -1  if K8M890_VIDEO_MB_CMOS
51         depends on SOUTHBRIDGE_VIA_K8M890_VGA_EN
52
53 config ID_SECTION_OFFSET
54         hex
55         default 0x80 if SOUTHBRIDGE_VIA_K8M800 || SOUTHBRIDGE_VIA_K8T800_OLD || SOUTHBRIDGE_VIA_K8T800 || SOUTHBRIDGE_VIA_K8T800PRO || SOUTHBRIDGE_VIA_K8M890 || SOUTHBRIDGE_VIA_K8T890
56