Skip to content

Commit

Permalink
[PATCH] Simplify the VIDEO_SAA7134_OSS Kconfig dependency line
Browse files Browse the repository at this point in the history
Thanks to Roman Zippel for the suggestion.

Signed-off-by: Jean Delvare <[email protected]>
[ Short explanation: Kconfig uses ternary math: n/m/y, and !m is m ]
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed Dec 29, 2005
1 parent 392c14b commit 9e625ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/saa7134/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ config VIDEO_SAA7134_ALSA

config VIDEO_SAA7134_OSS
tristate "Philips SAA7134 DMA audio support (OSS, DEPRECATED)"
depends on VIDEO_SAA7134 && SOUND_PRIME && (!VIDEO_SAA7134_ALSA || (VIDEO_SAA7134_ALSA=m && m))
depends on VIDEO_SAA7134 && SOUND_PRIME && !VIDEO_SAA7134_ALSA
---help---
This is a video4linux driver for direct (DMA) audio in
Philips SAA713x based TV cards using OSS
Expand Down

0 comments on commit 9e625ff

Please sign in to comment.