]> git.neil.brown.name Git - history.git/commitdiff
Allow Turtle Beach sound drivers to be compiled modular when
authorLinus Torvalds <torvalds@home.osdl.org>
Thu, 16 Oct 2003 06:57:24 +0000 (23:57 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Thu, 16 Oct 2003 06:57:24 +0000 (23:57 -0700)
STANDALONE is set, since the firmware is only required for the
built-in case.

sound/oss/Kconfig

index cffa8e6789c647ac413e2d8b554531cfe52cb666..3e475899155948ef85ee12b6aa5ecdf0aa6a82b4 100644 (file)
@@ -310,7 +310,7 @@ config SOUND_TRIDENT
 
 config SOUND_MSNDCLAS
        tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey"
-       depends on SOUND_PRIME!=n && SOUND && !STANDALONE
+       depends on SOUND_PRIME!=n && SOUND && (m || !STANDALONE)
        help
          Say M here if you have a Turtle Beach MultiSound Classic, Tahiti or
          Monterey (not for the Pinnacle or Fiji).
@@ -374,7 +374,7 @@ config MSNDCLAS_IO
 
 config SOUND_MSNDPIN
        tristate "Support for Turtle Beach MultiSound Pinnacle, Fiji"
-       depends on SOUND_PRIME!=n && SOUND && !STANDALONE
+       depends on SOUND_PRIME!=n && SOUND && (m || !STANDALONE)
        help
          Say M here if you have a Turtle Beach MultiSound Pinnacle or Fiji.
          See <file:Documentation/sound/oss/MultiSound> for important information