diff options
author | Chris Wedgwood <cw@f00f.org> | 2006-06-25 08:47:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 13:01:06 -0400 |
commit | 5d18639a833e9f034b055dcbb16a980be627f475 (patch) | |
tree | 48f849e4218f61db636221971c378688dc2c0d45 /drivers/firmware | |
parent | d616e09ab33aa4d013a93c9b393efd5cebf78521 (diff) |
[PATCH] EDD isn't EXPERIMENTAL anymore
Lots of people use this. Apparently RH has for over 18 months so lets
drop EXPERIMENTAL.
Signed-off-by: Chris Wedgwood <cw@f00f.org>
Cc: Matt Domsch <Matt_Domsch@dell.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/firmware')
-rw-r--r-- | drivers/firmware/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index 1e371a510dd2..731c3d5da0dc 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig | |||
@@ -6,8 +6,7 @@ | |||
6 | menu "Firmware Drivers" | 6 | menu "Firmware Drivers" |
7 | 7 | ||
8 | config EDD | 8 | config EDD |
9 | tristate "BIOS Enhanced Disk Drive calls determine boot disk (EXPERIMENTAL)" | 9 | tristate "BIOS Enhanced Disk Drive calls determine boot disk" |
10 | depends on EXPERIMENTAL | ||
11 | depends on !IA64 | 10 | depends on !IA64 |
12 | help | 11 | help |
13 | Say Y or M here if you want to enable BIOS Enhanced Disk Drive | 12 | Say Y or M here if you want to enable BIOS Enhanced Disk Drive |