Skip to content

Commit

Permalink
[PATCH] uml: kconfigs
Browse files Browse the repository at this point in the history
kconfig sanitized around drivers/net

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Mar 31, 2006
1 parent cc70a40 commit 694a464
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions arch/um/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ config SBUS
config PCI
bool

config PCMCIA
bool

config GENERIC_CALIBRATE_DELAY
bool
default y
Expand Down
2 changes: 0 additions & 2 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2313,13 +2313,11 @@ config S2IO_NAPI

endmenu

if !UML
source "drivers/net/tokenring/Kconfig"

source "drivers/net/wireless/Kconfig"

source "drivers/net/pcmcia/Kconfig"
endif

source "drivers/net/wan/Kconfig"

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/tokenring/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

menu "Token Ring devices"
depends on NETDEVICES
depends on NETDEVICES && !UML

# So far, we only have PCI, ISA, and MCA token ring devices
config TR
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ config PCI_HERMES

config ATMEL
tristate "Atmel at76c50x chipset 802.11b support"
depends on NET_RADIO
depends on NET_RADIO && (PCI || PCMCIA)
select FW_LOADER
select CRC32
---help---
Expand Down

0 comments on commit 694a464

Please sign in to comment.