From 5b45c3bb1247ba84e4123c46abe64adf84e03aaf Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sat, 16 Apr 2005 15:25:59 -0700 Subject: [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- sound/oss/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/oss/Kconfig') 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 config SOUND_AD1889 tristate "AD1889 based cards (AD1819 codec) (EXPERIMENTAL)" - depends on EXPERIMENTAL && SOUND_OSS + depends on EXPERIMENTAL && SOUND_OSS && PCI help Say M here if you have a sound card based on the Analog Devices AD1889 chip. -- cgit v1.2.3-59-g8ed1b