Messages in this thread Patch in this message |  | | Date | Thu, 20 Sep 2001 08:17:36 +1000 | From | Eyal Lebedinsky <> | Subject | Why the net driver for saa9730 is not a module? |
| |
The config does not offer it. Any reason?
I had no trouble building it, however I do not have the hware to check that all is well.
-- Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.anu.edu.au/eyal/>--- linux/drivers/net/Config.in.orig Wed Sep 19 22:01:44 2001 +++ linux/drivers/net/Config.in Wed Sep 19 22:10:39 2001 @@ -192,8 +192,7 @@ if [ "$CONFIG_OBSOLETE" = "y" ]; then dep_bool ' Zenith Z-Note support (EXPERIMENTAL)' CONFIG_ZNET $CONFIG_ISA fi - if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then - bool ' Philips SAA9730 Ethernet support (EXPERIMENTAL)' CONFIG_LAN_SAA9730 + dep_ tristate ' Philips SAA9730 Ethernet support (EXPERIMENTAL)' CONFIG_LAN_SAA9730 $CONFIG_EXPERIMENTAL fi fi bool ' Pocket and portable adapters' CONFIG_NET_POCKET
|  |