forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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.