]> git.pld-linux.org Git - packages/kernel.git/blame - 2.6.0-t8-VLSI-ix86-lkml.patch
- CSZ scheduler removed from kernel tree.
[packages/kernel.git] / 2.6.0-t8-VLSI-ix86-lkml.patch
CommitLineData
5de4fc43 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#
16diff -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.157389 seconds and 4 git commands to generate.