forked from luck/tmp_suning_uos_patched
da112f1399
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: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
#
|
|
# ISA Plug and Play configuration
|
|
#
|
|
config ISAPNP
|
|
bool "ISA Plug and Play support"
|
|
depends on ISA || COMPILE_TEST
|
|
help
|
|
Say Y here if you would like support for ISA Plug and Play devices.
|
|
Some information is in <file:Documentation/isapnp.txt>.
|
|
|
|
If unsure, say Y.
|