diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /drivers/parport/Kconfig | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'drivers/parport/Kconfig')
-rw-r--r-- | drivers/parport/Kconfig | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/parport/Kconfig b/drivers/parport/Kconfig index 0e60438ebe3..d92185a5523 100644 --- a/drivers/parport/Kconfig +++ b/drivers/parport/Kconfig | |||
@@ -36,7 +36,7 @@ if PARPORT | |||
36 | config PARPORT_PC | 36 | config PARPORT_PC |
37 | tristate "PC-style hardware" | 37 | tristate "PC-style hardware" |
38 | depends on (!SPARC64 || PCI) && !SPARC32 && !M32R && !FRV && \ | 38 | depends on (!SPARC64 || PCI) && !SPARC32 && !M32R && !FRV && \ |
39 | (!M68K || ISA) && !MN10300 && !AVR32 && !BLACKFIN && !XTENSA | 39 | (!M68K || ISA) && !MN10300 && !AVR32 && !BLACKFIN |
40 | ---help--- | 40 | ---help--- |
41 | You should say Y here if you have a PC-style parallel port. All | 41 | You should say Y here if you have a PC-style parallel port. All |
42 | IBM PC compatible computers and some Alphas have PC-style | 42 | IBM PC compatible computers and some Alphas have PC-style |
@@ -57,8 +57,8 @@ config PARPORT_SERIAL | |||
57 | will be called parport_serial. | 57 | will be called parport_serial. |
58 | 58 | ||
59 | config PARPORT_PC_FIFO | 59 | config PARPORT_PC_FIFO |
60 | bool "Use FIFO/DMA if available" | 60 | bool "Use FIFO/DMA if available (EXPERIMENTAL)" |
61 | depends on PARPORT_PC | 61 | depends on PARPORT_PC && EXPERIMENTAL |
62 | help | 62 | help |
63 | Many parallel port chipsets provide hardware that can speed up | 63 | Many parallel port chipsets provide hardware that can speed up |
64 | printing. Say Y here if you want to take advantage of that. | 64 | printing. Say Y here if you want to take advantage of that. |
@@ -70,8 +70,8 @@ config PARPORT_PC_FIFO | |||
70 | specify which IRQ/DMA to use. | 70 | specify which IRQ/DMA to use. |
71 | 71 | ||
72 | config PARPORT_PC_SUPERIO | 72 | config PARPORT_PC_SUPERIO |
73 | bool "SuperIO chipset support" | 73 | bool "SuperIO chipset support (EXPERIMENTAL)" |
74 | depends on PARPORT_PC | 74 | depends on PARPORT_PC && EXPERIMENTAL |
75 | help | 75 | help |
76 | Saying Y here enables some probes for Super-IO chipsets in order to | 76 | Saying Y here enables some probes for Super-IO chipsets in order to |
77 | find out things like base addresses, IRQ lines and DMA channels. It | 77 | find out things like base addresses, IRQ lines and DMA channels. It |
@@ -85,8 +85,8 @@ config PARPORT_PC_PCMCIA | |||
85 | ports. If unsure, say N. | 85 | ports. If unsure, say N. |
86 | 86 | ||
87 | config PARPORT_IP32 | 87 | config PARPORT_IP32 |
88 | tristate "SGI IP32 builtin port" | 88 | tristate "SGI IP32 builtin port (EXPERIMENTAL)" |
89 | depends on SGI_IP32 | 89 | depends on SGI_IP32 && EXPERIMENTAL |
90 | select PARPORT_NOT_PC | 90 | select PARPORT_NOT_PC |
91 | help | 91 | help |
92 | Say Y here if you need support for the parallel port on | 92 | Say Y here if you need support for the parallel port on |
@@ -126,8 +126,8 @@ config PARPORT_GSC | |||
126 | select PARPORT_NOT_PC | 126 | select PARPORT_NOT_PC |
127 | 127 | ||
128 | config PARPORT_SUNBPP | 128 | config PARPORT_SUNBPP |
129 | tristate "Sparc hardware" | 129 | tristate "Sparc hardware (EXPERIMENTAL)" |
130 | depends on SBUS | 130 | depends on SBUS && EXPERIMENTAL |
131 | select PARPORT_NOT_PC | 131 | select PARPORT_NOT_PC |
132 | help | 132 | help |
133 | This driver provides support for the bidirectional parallel port | 133 | This driver provides support for the bidirectional parallel port |