]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/char/Kconfig
[POWERPC] silence a warning
[karo-tx-linux.git] / drivers / char / Kconfig
index 410d70cb76fbee1a6b97f329ea78d9e16788c4fc..52ea94b891f59cedb6a8d50794240d43c37598d6 100644 (file)
@@ -495,6 +495,21 @@ config LEGACY_PTY_COUNT
          When not in use, each legacy PTY occupies 12 bytes on 32-bit
          architectures and 24 bytes on 64-bit architectures.
 
+config BRIQ_PANEL
+       tristate 'Total Impact briQ front panel driver'
+       depends on PPC_CHRP
+       ---help---
+         The briQ is a small footprint CHRP computer with a frontpanel VFD, a
+         tristate led and two switches. It is the size of a CDROM drive.
+
+         If you have such one and want anything showing on the VFD then you
+         must answer Y here.
+
+         To compile this driver as a module, choose M here: the
+         module will be called briq_panel.
+
+         It's safe to say N here.
+
 config PRINTER
        tristate "Parallel printer support"
        depends on PARPORT
@@ -596,6 +611,13 @@ config HVC_CONSOLE
          console. This driver allows each pSeries partition to have a console
          which is accessed via the HMC.
 
+config HVC_ISERIES
+       bool "iSeries Hypervisor Virtual Console support"
+       depends on PPC_ISERIES && !VIOCONS
+       select HVC_DRIVER
+       help
+         iSeries machines support a hypervisor virtual console.
+
 config HVC_RTAS
        bool "IBM RTAS Console support"
        depends on PPC_RTAS
@@ -961,6 +983,7 @@ config PC8736x_GPIO
 
 config NSC_GPIO
        tristate "NatSemi Base GPIO Support"
+       depends on X86_32
        # selected by SCx200_GPIO and PC8736x_GPIO
        # what about 2 selectors differing: m != y
        help