Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24862
b: refs/heads/master
c: 694a464
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Mar 31, 2006
1 parent 1870501 commit dee562f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cc70a40b5ee05e5cca053887fc447590307bf1e8
refs/heads/master: 694a464e19b9e3278dbaf6a09fa7c1efec3f8eb5
3 changes: 3 additions & 0 deletions trunk/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 trunk/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 trunk/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 trunk/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 dee562f

Please sign in to comment.