]> git.pld-linux.org Git - packages/kernel.git/blob - 2.6.0-t8-VLSI-ix86-lkml.patch
- moving config-* fixed.
[packages/kernel.git] / 2.6.0-t8-VLSI-ix86-lkml.patch
1 # This is a BitKeeper generated patch for the following project:
2 # Project Name: Linux kernel tree
3 # This patch format is intended for GNU patch command version 2.5 or higher.
4 # This patch includes the following deltas:
5 #                  ChangeSet    1.1373  -> 1.1374
6 #       drivers/net/irda/Kconfig        1.12    -> 1.13
7 #
8 # The following is the BitKeeper ChangeSet Log
9 # --------------------------------------------
10 # 03/10/16      noah@caltech.edu        1.1374
11 # Make VLSI_FIR depend on X86.  Read the comment just above the #error in
12 # include/net/irda/vlsi_ir.h for the reason; for now, this driver can never
13 # compile elsewhere.
14 # --------------------------------------------
15 #
16 diff -Nru a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig
17 --- a/drivers/net/irda/Kconfig  Fri Oct 17 13:42:39 2003
18 +++ b/drivers/net/irda/Kconfig  Fri Oct 17 13:42:39 2003
19 @@ -284,7 +284,7 @@
20
21  config VLSI_FIR
22         tristate "VLSI 82C147 SIR/MIR/FIR (EXPERIMENTAL)"
23 -       depends on EXPERIMENTAL && IRDA && PCI
24 +       depends on EXPERIMENTAL && IRDA && PCI && X86
25         help
26           Say Y here if you want to build support for the VLSI 82C147
27           PCI-IrDA Controller. This controller is used by the HP OmniBook 800
This page took 0.029179 seconds and 3 git commands to generate.