Commit da112f13 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: sound, isapnp: allow building more drivers with COMPILE_TEST

Drivers that depend on ISAPNP currently can't be built with
COMPILE_TEST. However, looking at isapnp.h, there are already
stubs there to allow drivers to include it even when isa
PNP is not supported.

So, remove such dependencies when COMPILE_TEST.
Acked-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent e39fbc26
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
config ISAPNP config ISAPNP
bool "ISA Plug and Play support" bool "ISA Plug and Play support"
depends on ISA depends on ISA || COMPILE_TEST
help help
Say Y here if you would like support for ISA Plug and Play devices. Say Y here if you would like support for ISA Plug and Play devices.
Some information is in <file:Documentation/isapnp.txt>. Some information is in <file:Documentation/isapnp.txt>.
......
...@@ -39,7 +39,7 @@ config SND_ADLIB ...@@ -39,7 +39,7 @@ config SND_ADLIB
config SND_AD1816A config SND_AD1816A
tristate "Analog Devices SoundPort AD1816A" tristate "Analog Devices SoundPort AD1816A"
depends on PNP && ISA depends on PNP
select ISAPNP select ISAPNP
select SND_OPL3_LIB select SND_OPL3_LIB
select SND_MPU401_UART select SND_MPU401_UART
...@@ -67,7 +67,7 @@ config SND_AD1848 ...@@ -67,7 +67,7 @@ config SND_AD1848
config SND_ALS100 config SND_ALS100
tristate "Diamond Tech. DT-019x and Avance Logic ALSxxx" tristate "Diamond Tech. DT-019x and Avance Logic ALSxxx"
depends on PNP && ISA depends on PNP
select ISAPNP select ISAPNP
select SND_OPL3_LIB select SND_OPL3_LIB
select SND_MPU401_UART select SND_MPU401_UART
...@@ -108,7 +108,7 @@ config SND_AZT2316 ...@@ -108,7 +108,7 @@ config SND_AZT2316
config SND_AZT2320 config SND_AZT2320
tristate "Aztech Systems AZT2320" tristate "Aztech Systems AZT2320"
depends on PNP && ISA depends on PNP
select ISAPNP select ISAPNP
select SND_OPL3_LIB select SND_OPL3_LIB
select SND_MPU401_UART select SND_MPU401_UART
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment