Kconfig (123656d4cc8c946f578ebd18c2050f5251720428) Kconfig (2919b51075b3906c2f476e5a932244af1947bf80)
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5# Parport configuration.
6#
7
8menu "Parallel port support"

--- 20 unchanged lines hidden (view full) ---

29 If you have more than one parallel port and want to specify which
30 port and IRQ to be used by this driver at module load time, take a
31 look at <file:Documentation/parport.txt>.
32
33 If unsure, say Y.
34
35config PARPORT_PC
36 tristate "PC-style hardware"
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5# Parport configuration.
6#
7
8menu "Parallel port support"

--- 20 unchanged lines hidden (view full) ---

29 If you have more than one parallel port and want to specify which
30 port and IRQ to be used by this driver at module load time, take a
31 look at <file:Documentation/parport.txt>.
32
33 If unsure, say Y.
34
35config PARPORT_PC
36 tristate "PC-style hardware"
37 depends on PARPORT && (!SPARC64 || PCI) && !SPARC32 && !M32R
37 depends on PARPORT && (!SPARC64 || PCI) && !SPARC32 && !M32R && !FRV
38 ---help---
39 You should say Y here if you have a PC-style parallel port. All
40 IBM PC compatible computers and some Alphas have PC-style
41 parallel ports. PA-RISC owners should only say Y here if they
42 have a SuperIO parallel port.
43
44 To compile this driver as a module, choose M here: the
45 module will be called parport_pc.

--- 100 unchanged lines hidden ---
38 ---help---
39 You should say Y here if you have a PC-style parallel port. All
40 IBM PC compatible computers and some Alphas have PC-style
41 parallel ports. PA-RISC owners should only say Y here if they
42 have a SuperIO parallel port.
43
44 To compile this driver as a module, choose M here: the
45 module will be called parport_pc.

--- 100 unchanged lines hidden ---