From: Adam Belay isapnp has been stable for a while in the new pnp layer. This patch unmarks it from experimental. --- 25-akpm/drivers/pnp/isapnp/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/pnp/isapnp/Kconfig~pnp-07-remove-experimental-status drivers/pnp/isapnp/Kconfig --- 25/drivers/pnp/isapnp/Kconfig~pnp-07-remove-experimental-status 2004-03-14 23:58:12.195027272 -0800 +++ 25-akpm/drivers/pnp/isapnp/Kconfig 2004-03-14 23:58:12.197026968 -0800 @@ -2,8 +2,8 @@ # ISA Plug and Play configuration # config ISAPNP - bool "ISA Plug and Play support (EXPERIMENTAL)" - depends on PNP && EXPERIMENTAL + bool "ISA Plug and Play support" + depends on PNP help Say Y here if you would like support for ISA Plug and Play devices. Some information is in . _