|
@@ -20,7 +20,8 @@ config SND_SB16_DSP
|
|
|
|
|
|
|
|
menuconfig SND_ISA
|
|
menuconfig SND_ISA
|
|
|
bool "ISA sound devices"
|
|
bool "ISA sound devices"
|
|
|
- depends on ISA && ISA_DMA_API
|
|
|
|
|
|
|
+ depends on ISA || COMPILE_TEST
|
|
|
|
|
+ depends on ISA_DMA_API
|
|
|
default y
|
|
default y
|
|
|
help
|
|
help
|
|
|
Support for sound devices connected via the ISA bus.
|
|
Support for sound devices connected via the ISA bus.
|
|
@@ -38,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
|
|
|
|
|
|
|
+ depends on PNP && ISA
|
|
|
select ISAPNP
|
|
select ISAPNP
|
|
|
select SND_OPL3_LIB
|
|
select SND_OPL3_LIB
|
|
|
select SND_MPU401_UART
|
|
select SND_MPU401_UART
|
|
@@ -66,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
|
|
|
|
|
|
|
+ depends on PNP && ISA
|
|
|
select ISAPNP
|
|
select ISAPNP
|
|
|
select SND_OPL3_LIB
|
|
select SND_OPL3_LIB
|
|
|
select SND_MPU401_UART
|
|
select SND_MPU401_UART
|
|
@@ -107,7 +108,7 @@ config SND_AZT2316
|
|
|
|
|
|
|
|
config SND_AZT2320
|
|
config SND_AZT2320
|
|
|
tristate "Aztech Systems AZT2320"
|
|
tristate "Aztech Systems AZT2320"
|
|
|
- depends on PNP
|
|
|
|
|
|
|
+ depends on PNP && ISA
|
|
|
select ISAPNP
|
|
select ISAPNP
|
|
|
select SND_OPL3_LIB
|
|
select SND_OPL3_LIB
|
|
|
select SND_MPU401_UART
|
|
select SND_MPU401_UART
|