aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/vx900/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/vx900/Kconfig')
-rw-r--r--src/northbridge/via/vx900/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/via/vx900/Kconfig b/src/northbridge/via/vx900/Kconfig
index a76b59b424..910523f03c 100644
--- a/src/northbridge/via/vx900/Kconfig
+++ b/src/northbridge/via/vx900/Kconfig
@@ -28,6 +28,8 @@ config NORTHBRIDGE_VIA_VX900
select MMCONF_SUPPORT_DEFAULT
select GFXUMA
+if NORTHBRIDGE_VIA_VX900
+
config MAX_PIRQ_LINKS
int
default 8
@@ -39,3 +41,5 @@ config MMCONF_BASE_ADDRESS
config VGA_BIOS_ID
string
default "1106,7122"
+
+endif