summaryrefslogtreecommitdiff
path: root/src/northbridge/via/cx700/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/cx700/Kconfig')
-rw-r--r--src/northbridge/via/cx700/Kconfig15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/northbridge/via/cx700/Kconfig b/src/northbridge/via/cx700/Kconfig
index 7e4a193ab5..8f6e3374e9 100644
--- a/src/northbridge/via/cx700/Kconfig
+++ b/src/northbridge/via/cx700/Kconfig
@@ -28,6 +28,8 @@ config CX700_VIDEO_MB_128MB
endchoice
+if NORTHBRIDGE_VIA_CX700
+
config VIDEO_MB
int
default 0 if CX700_VIDEO_MB_OFF
@@ -36,5 +38,16 @@ config VIDEO_MB
default 32 if CX700_VIDEO_MB_32MB
default 64 if CX700_VIDEO_MB_64MB
default 128 if CX700_VIDEO_MB_128MB
- depends on NORTHBRIDGE_VIA_CX700
+config HPET_ADDRESS_OVERRIDE
+ def_bool y
+
+config HPET_ADDRESS
+ hex
+ default 0xfe800000
+
+config HPET_MIN_TICKS
+ hex
+ default 0x90
+
+endif