]> git.pld-linux.org Git - packages/kernel.git/blame - linux-2.4.10-SAA9730-mips-only.patch
- obsolete
[packages/kernel.git] / linux-2.4.10-SAA9730-mips-only.patch
CommitLineData
d06f364c
JR
1
2Hi,
3 The SAA9730 appears to be mips only, as it includes files
4from asm/ which are only present in mips/ and mips64/
5The patch below makes this only show up on the menu for mips32,
6
7I didn't spot a define_bool CONFIG_MIPS64 or the likes, so
8it probably needs improving if the driver works on mips64 too.
9
10Also, the driver seems to support being built as a module, but
11the config option was a bool.
12
13regards,
14
15Dave.
16
17--
18| Dave Jones. http://www.codemonkey.org.uk
19| SuSE Labs .
20
21diff -urN --exclude-from=/home/davej/.exclude linux-dj/drivers/net/Config.in linux-test/drivers/net/Config.in
22--- linux-dj/drivers/net/Config.in Mon Sep 24 00:36:27 2001
23+++ linux-test/drivers/net/Config.in Mon Sep 24 16:10:09 2001
24@@ -191,8 +191,8 @@
25 if [ "$CONFIG_OBSOLETE" = "y" ]; then
26 dep_bool ' Zenith Z-Note support (EXPERIMENTAL)' CONFIG_ZNET $CONFIG_ISA
27 fi
28- if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
29- bool ' Philips SAA9730 Ethernet support (EXPERIMENTAL)' CONFIG_LAN_SAA9730
30+ if [ "$CONFIG_EXPERIMENTAL" = "y" -a "$CONFIG_MIPS" = "y" ]; then
31+ dep_tristate ' Philips SAA9730 Ethernet support (EXPERIMENTAL)' CONFIG_LAN_SAA9730 $CONFIG_MIPS
32 fi
33 fi
34 bool ' Pocket and portable adapters' CONFIG_NET_POCKET
35
36-
37To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
38the body of a message to majordomo@vger.kernel.org
39More majordomo info at http://vger.kernel.org/majordomo-info.html
40Please read the FAQ at http://www.tux.org/lkml/
This page took 0.193664 seconds and 4 git commands to generate.