diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-11-08 11:31:10 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-11-09 21:55:06 +0100 |
commit | fecc73519439361eab21fb3cebec504672ef0e03 (patch) | |
tree | 9e67a3e5718fd1648941adb86667df760685ac94 /drivers/net/Kconfig | |
parent | net/ll_temac: FIX : Wait for indirect wait to end (diff) | |
download | linux-fecc73519439361eab21fb3cebec504672ef0e03.tar.xz linux-fecc73519439361eab21fb3cebec504672ef0e03.zip |
net: drivers/net/hippi/Kconfig should be sourced
Commit ff5a3b509e ("hippi: Move the HIPPI driver") moved the HIPPI
driver into drivers/net/hippi. It didn't source
drivers/net/hippi/Kconfig though, so it didn't make all necessary
Kconfig changes. So let drivers/net/kconfig source HIPPI's Kconfig file.
[ Fix syntax error at the end of HIPP's Kconfig file. -DaveM ]
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 583f66cd5bbd..654a5e94e0e7 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -245,6 +245,8 @@ source "drivers/net/ethernet/Kconfig" source "drivers/net/fddi/Kconfig" +source "drivers/net/hippi/Kconfig" + config NET_SB1000 tristate "General Instruments Surfboard 1000" depends on PNP |