hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/pnp/isapnp/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # ISA Plug and Play configuration
34 #
....@@ -6,6 +7,6 @@
67 depends on ISA || COMPILE_TEST
78 help
89 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>.
1011
1112 If unsure, say Y.