diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/northbridge/via/cn700/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/northbridge/via/cn700/Kconfig b/src/northbridge/via/cn700/Kconfig index 4491e6235b..1619ff15a3 100644 --- a/src/northbridge/via/cn700/Kconfig +++ b/src/northbridge/via/cn700/Kconfig @@ -27,6 +27,8 @@ config CN700_VIDEO_MB_128MB endchoice +if NORTHBRIDGE_VIA_CN700 + config VIDEO_MB int default 0 if CN700_VIDEO_MB_OFF @@ -35,8 +37,10 @@ config VIDEO_MB default 32 if CN700_VIDEO_MB_32MB default 64 if CN700_VIDEO_MB_64MB default 128 if CN700_VIDEO_MB_128MB - depends on NORTHBRIDGE_VIA_CN700 config VGA_BIOS_ID string + depends on VGA_BIOS default "1106,3344" + +endif |