Skip to content

Commit

Permalink
missing dependencies on HAS_DMA
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed May 21, 2008
1 parent 9d8df6a commit 46cb69c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ endif # V4L_USB_DRIVERS

config SOC_CAMERA
tristate "SoC camera support"
depends on VIDEO_V4L2
depends on VIDEO_V4L2 && HAS_DMA
select VIDEOBUF_DMA_SG
help
SoC Camera is a common API to several cameras, not connecting
Expand Down
2 changes: 1 addition & 1 deletion drivers/mmc/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ config MMC_TIFM_SD

config MMC_SPI
tristate "MMC/SD over SPI"
depends on MMC && SPI_MASTER && !HIGHMEM
depends on MMC && SPI_MASTER && !HIGHMEM && HAS_DMA
select CRC7
select CRC_ITU_T
help
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ config APRICOT

config B44
tristate "Broadcom 440x/47xx ethernet support"
depends on SSB_POSSIBLE
depends on SSB_POSSIBLE && HAS_DMA
select SSB
select MII
help
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/b43/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config B43
tristate "Broadcom 43xx wireless support (mac80211 stack)"
depends on SSB_POSSIBLE && MAC80211 && WLAN_80211
depends on SSB_POSSIBLE && MAC80211 && WLAN_80211 && HAS_DMA
select SSB
select FW_LOADER
select HW_RANDOM
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/b43legacy/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config B43LEGACY
tristate "Broadcom 43xx-legacy wireless support (mac80211 stack)"
depends on SSB_POSSIBLE && MAC80211 && WLAN_80211
depends on SSB_POSSIBLE && MAC80211 && WLAN_80211 && HAS_DMA
select SSB
select FW_LOADER
select HW_RANDOM
Expand Down

0 comments on commit 46cb69c

Please sign in to comment.