kernel/drivers/pnp/isapnp/Kconfig
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # 2 3 # ISA Plug and Play configuration 3 4 # .. .. @@ -6,6 +7,6 @@ 6 7 depends on ISA || COMPILE_TEST 7 8 help 8 9 Say Y here if you would like support for ISA Plug and Play devices. 9 - Some information is in <file:Documentation/isapnp.txt>.10 + Some information is in <file:Documentation/driver-api/isapnp.rst>.10 11 11 12 If unsure, say Y.