diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-04-16 18:25:59 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:25:59 -0400 |
commit | 5b45c3bb1247ba84e4123c46abe64adf84e03aaf (patch) | |
tree | ac85d6d2a8a5aab679c4adb25fb4b62c31276974 /sound/oss/Kconfig | |
parent | 9a8488965dc4c42a4a1f84cab907c7d6c5cf1563 (diff) |
[PATCH] let SOUND_AD1889 depend on PCI
Compiling SOUND_AD1889 with PCI=n results in the following compile
error:
sound/built-in.o(.text+0x24f0c): In function `ad1889_remove':
: undefined reference to `pci_release_region'
This patch adds the missing dependency on PCI.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound/oss/Kconfig')
-rw-r--r-- | sound/oss/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig index d303c2ed6e5a..a9602f89d6b1 100644 --- a/sound/oss/Kconfig +++ b/sound/oss/Kconfig | |||
@@ -556,7 +556,7 @@ config SOUND_AD1816 | |||
556 | 556 | ||
557 | config SOUND_AD1889 | 557 | config SOUND_AD1889 |
558 | tristate "AD1889 based cards (AD1819 codec) (EXPERIMENTAL)" | 558 | tristate "AD1889 based cards (AD1819 codec) (EXPERIMENTAL)" |
559 | depends on EXPERIMENTAL && SOUND_OSS | 559 | depends on EXPERIMENTAL && SOUND_OSS && PCI |
560 | help | 560 | help |
561 | Say M here if you have a sound card based on the Analog Devices | 561 | Say M here if you have a sound card based on the Analog Devices |
562 | AD1889 chip. | 562 | AD1889 chip. |