aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/Kconfig
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-07-04 01:06:20 -0400
committerPaul Mackerras <paulus@samba.org>2006-07-07 06:19:16 -0400
commita45b83957deabbdac9a3d908c6ca4c25f05ce1ad (patch)
tree7f2115c9b732e0feae54d7e49134259076a9fc4f /drivers/char/Kconfig
parent26c5032eaa64090b2a01973b0c6ea9e7f6a80fa7 (diff)
[POWERPC] Add support for briq front panel
This adds the driver for the Briq front panel. This is a cleaned up version of a driver that has been floating around for some time now, initially written by Karsten Jeppesen <karsten@jeppesens.com> and cleaned up by jk and myself. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r--drivers/char/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
index c40e487d9f5c..11de59ff4229 100644
--- a/drivers/char/Kconfig
+++ b/drivers/char/Kconfig
@@ -495,6 +495,20 @@ config LEGACY_PTY_COUNT
495 When not in use, each legacy PTY occupies 12 bytes on 32-bit 495 When not in use, each legacy PTY occupies 12 bytes on 32-bit
496 architectures and 24 bytes on 64-bit architectures. 496 architectures and 24 bytes on 64-bit architectures.
497 497
498config BRIQ_PANEL
499 tristate 'Total Impact briQ front panel driver'
500 ---help---
501 The briQ is a small footprint CHRP computer with a frontpanel VFD, a
502 tristate led and two switches. It is the size of a CDROM drive.
503
504 If you have such one and want anything showing on the VFD then you
505 must answer Y here.
506
507 To compile this driver as a module, choose M here: the
508 module will be called briq_panel.
509
510 It's safe to say N here.
511
498config PRINTER 512config PRINTER
499 tristate "Parallel printer support" 513 tristate "Parallel printer support"
500 depends on PARPORT 514 depends on PARPORT