* Set USBDEBUG_DEFAULT_PORT in all southbridges and use that value
[coreboot.git] / src / southbridge / intel / i82801gx / Kconfig
index afee190b2d08e36eec986f8930d346cde8532354..f63c12faaf8dc258e1e355267b05b45cbb0fa496 100644 (file)
@@ -24,11 +24,19 @@ config SOUTHBRIDGE_INTEL_I82801GX
        select HAVE_USBDEBUG
        select USE_WATCHDOG_ON_BOOT
 
+if SOUTHBRIDGE_INTEL_I82801GX
+
 config EHCI_BAR
        hex
-       default 0xfef00000 if SOUTHBRIDGE_INTEL_I82801GX
+       default 0xfef00000
 
 config EHCI_DEBUG_OFFSET
        hex
-       default 0xa0 if SOUTHBRIDGE_INTEL_I82801GX
+       default 0xa0
+
+config USBDEBUG_DEFAULT_PORT
+       int
+       default 1 
+
+endif