patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / firmware / Kconfig
1 #
2 # For a description of the syntax of this configuration file,
3 # see Documentation/kbuild/kconfig-language.txt.
4 #
5
6 menu "Firmware Drivers"
7
8 config EDD
9         tristate "BIOS Enhanced Disk Drive calls determine boot disk (EXPERIMENTAL)"
10         depends on EXPERIMENTAL
11         depends on !IA64
12         help
13           Say Y or M here if you want to enable BIOS Enhanced Disk Drive
14           Services real mode BIOS calls to determine which disk
15           BIOS tries boot from.  This information is then exported via sysfs.
16
17           This option is experimental, but believed to be safe,
18           and most disk controller BIOS vendors do not yet implement this feature.
19
20 config EFI_VARS
21         tristate "EFI Variable Support via sysfs"
22         depends on EFI
23         default n
24         help
25           If you say Y here, you are able to get EFI (Extensible Firmware
26           Interface) variable information via sysfs.  You may read,
27           write, create, and destroy EFI variables through this interface.
28
29           Note that using this driver in concert with efibootmgr requires
30           at least test release version 0.5.0-test3 or later, which is
31           available from Matt Domsch's website located at:
32           http://linux.dell.com/efibootmgr/testing/efibootmgr-0.5.0-test3.tar.gz
33
34           Subsequent efibootmgr releases may be found at:
35           http://linux.dell.com/efibootmgr
36
37 endmenu