diff options
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r-- | arch/sparc64/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index e2b050eb3b96..4b1329286242 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig | |||
@@ -43,6 +43,8 @@ config SPARC64_PAGE_SIZE_4MB | |||
43 | 43 | ||
44 | endchoice | 44 | endchoice |
45 | 45 | ||
46 | source kernel/Kconfig.hz | ||
47 | |||
46 | source "init/Kconfig" | 48 | source "init/Kconfig" |
47 | 49 | ||
48 | config SYSVIPC_COMPAT | 50 | config SYSVIPC_COMPAT |
@@ -444,6 +446,24 @@ config PRINTER | |||
444 | If you have more than 8 printers, you need to increase the LP_NO | 446 | If you have more than 8 printers, you need to increase the LP_NO |
445 | macro in lp.c and the PARPORT_MAX macro in parport.h. | 447 | macro in lp.c and the PARPORT_MAX macro in parport.h. |
446 | 448 | ||
449 | config PPDEV | ||
450 | tristate "Support for user-space parallel port device drivers" | ||
451 | depends on PARPORT | ||
452 | ---help--- | ||
453 | Saying Y to this adds support for /dev/parport device nodes. This | ||
454 | is needed for programs that want portable access to the parallel | ||
455 | port, for instance deviceid (which displays Plug-and-Play device | ||
456 | IDs). | ||
457 | |||
458 | This is the parallel port equivalent of SCSI generic support (sg). | ||
459 | It is safe to say N to this -- it is not needed for normal printing | ||
460 | or parallel port CD-ROM/disk support. | ||
461 | |||
462 | To compile this driver as a module, choose M here: the | ||
463 | module will be called ppdev. | ||
464 | |||
465 | If unsure, say N. | ||
466 | |||
447 | config ENVCTRL | 467 | config ENVCTRL |
448 | tristate "SUNW, envctrl support" | 468 | tristate "SUNW, envctrl support" |
449 | depends on PCI | 469 | depends on PCI |