Skip to content

Commit

Permalink
net: drivers/net/hippi/Kconfig should be sourced
Browse files Browse the repository at this point in the history
Commit ff5a3b5 ("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>
  • Loading branch information
Paul Bolle authored and David S. Miller committed Nov 9, 2011
1 parent f79d7e6 commit fecc735
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/hippi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ config ROADRUNNER_LARGE_RINGS
kernel code or by user space programs. Say Y here only if you have
the memory.

endif /* HIPPI */
endif # HIPPI

0 comments on commit fecc735

Please sign in to comment.