]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/Kconfig.debug
Merge branch 'for-greg' of master.kernel.org:/pub/scm/linux/kernel/git/balbi/usb...
[karo-tx-linux.git] / arch / powerpc / Kconfig.debug
index e72dcf6a421d8581cc0e3b7fd231b2b3ebcf644c..067cb8480747104082d9d79aea10a1d71a33eb18 100644 (file)
@@ -167,6 +167,13 @@ config PPC_EARLY_DEBUG_LPAR
          Select this to enable early debugging for a machine with a HVC
          console on vterm 0.
 
+config PPC_EARLY_DEBUG_LPAR_HVSI
+       bool "LPAR HVSI Console"
+       depends on PPC_PSERIES
+       help
+         Select this to enable early debugging for a machine with a HVSI
+         console on a specified vterm.
+
 config PPC_EARLY_DEBUG_G5
        bool "Apple G5"
        depends on PPC_PMAC64
@@ -253,6 +260,14 @@ config PPC_EARLY_DEBUG_WSP
 
 endchoice
 
+config PPC_EARLY_DEBUG_HVSI_VTERMNO
+       hex "vterm number to use with early debug HVSI"
+       depends on PPC_EARLY_DEBUG_LPAR_HVSI
+       default "0x30000000"
+       help
+         You probably want 0x30000000 for your first serial port and
+         0x30000001 for your second one
+
 config PPC_EARLY_DEBUG_44x_PHYSLOW
        hex "Low 32 bits of early debug UART physical address"
        depends on PPC_EARLY_DEBUG_44x