diff options
-rw-r--r-- | drivers/pnp/isapnp/Kconfig | 2 | ||||
-rw-r--r-- | sound/isa/Kconfig | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/pnp/isapnp/Kconfig b/drivers/pnp/isapnp/Kconfig index f1ef36673ad4..a1af146d2d90 100644 --- a/drivers/pnp/isapnp/Kconfig +++ b/drivers/pnp/isapnp/Kconfig | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | config ISAPNP | 4 | config ISAPNP |
5 | bool "ISA Plug and Play support" | 5 | bool "ISA Plug and Play support" |
6 | depends on ISA | 6 | depends on ISA || COMPILE_TEST |
7 | help | 7 | help |
8 | Say Y here if you would like support for ISA Plug and Play devices. | 8 | Say Y here if you would like support for ISA Plug and Play devices. |
9 | Some information is in <file:Documentation/isapnp.txt>. | 9 | Some information is in <file:Documentation/isapnp.txt>. |
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index d2a6cdd0395c..43b35a873d78 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig | |||
@@ -39,7 +39,7 @@ config SND_ADLIB | |||
39 | 39 | ||
40 | config SND_AD1816A | 40 | config SND_AD1816A |
41 | tristate "Analog Devices SoundPort AD1816A" | 41 | tristate "Analog Devices SoundPort AD1816A" |
42 | depends on PNP && ISA | 42 | depends on PNP |
43 | select ISAPNP | 43 | select ISAPNP |
44 | select SND_OPL3_LIB | 44 | select SND_OPL3_LIB |
45 | select SND_MPU401_UART | 45 | select SND_MPU401_UART |
@@ -67,7 +67,7 @@ config SND_AD1848 | |||
67 | 67 | ||
68 | config SND_ALS100 | 68 | config SND_ALS100 |
69 | tristate "Diamond Tech. DT-019x and Avance Logic ALSxxx" | 69 | tristate "Diamond Tech. DT-019x and Avance Logic ALSxxx" |
70 | depends on PNP && ISA | 70 | depends on PNP |
71 | select ISAPNP | 71 | select ISAPNP |
72 | select SND_OPL3_LIB | 72 | select SND_OPL3_LIB |
73 | select SND_MPU401_UART | 73 | select SND_MPU401_UART |
@@ -108,7 +108,7 @@ config SND_AZT2316 | |||
108 | 108 | ||
109 | config SND_AZT2320 | 109 | config SND_AZT2320 |
110 | tristate "Aztech Systems AZT2320" | 110 | tristate "Aztech Systems AZT2320" |
111 | depends on PNP && ISA | 111 | depends on PNP |
112 | select ISAPNP | 112 | select ISAPNP |
113 | select SND_OPL3_LIB | 113 | select SND_OPL3_LIB |
114 | select SND_MPU401_UART | 114 | select SND_MPU401_UART |