diff options
Diffstat (limited to 'drivers/firmware/Kconfig')
-rw-r--r-- | drivers/firmware/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index 40ffd767647d..dc2cec6127d1 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig | |||
@@ -17,6 +17,15 @@ config EDD | |||
17 | obscure configurations. Most disk controller BIOS vendors do | 17 | obscure configurations. Most disk controller BIOS vendors do |
18 | not yet implement this feature. | 18 | not yet implement this feature. |
19 | 19 | ||
20 | config EDD_OFF | ||
21 | bool "Sets default behavior for EDD detection to off" | ||
22 | depends on EDD | ||
23 | default n | ||
24 | help | ||
25 | Say Y if you want EDD disabled by default, even though it is compiled into the | ||
26 | kernel. Say N if you want EDD enabled by default. EDD can be dynamically set | ||
27 | using the kernel parameter 'edd={on|skipmbr|off}'. | ||
28 | |||
20 | config EFI_VARS | 29 | config EFI_VARS |
21 | tristate "EFI Variable Support via sysfs" | 30 | tristate "EFI Variable Support via sysfs" |
22 | depends on EFI | 31 | depends on EFI |