Commit c0ccfc9c authored by Adam Belay's avatar Adam Belay

[ISAPNP] Unmark experimental status

ISAPnP support has been stable with the new pnp layer for a while.
This patch removes the experimental dependency.
parent 9a026374
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# ISA Plug and Play configuration # ISA Plug and Play configuration
# #
config ISAPNP config ISAPNP
bool "ISA Plug and Play support (EXPERIMENTAL)" bool "ISA Plug and Play support"
depends on PNP && EXPERIMENTAL depends on PNP
help help
Say Y here if you would like support for ISA Plug and Play devices. Say Y here if you would like support for ISA Plug and Play devices.
Some information is in <file:Documentation/isapnp.txt>. Some information is in <file:Documentation/isapnp.txt>.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment