]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/firmware/Kconfig
Marker depmod fix core kernel list
[linux-2.6-omap-h63xx.git] / drivers / firmware / Kconfig
index 40ffd767647d623baa1259618b8912ef8ecc863d..ebb9e51deb0cd86acb38ea5b0180d7c1b16a862a 100644 (file)
@@ -17,6 +17,25 @@ config EDD
           obscure configurations. Most disk controller BIOS vendors do
           not yet implement this feature.
 
+config EDD_OFF
+       bool "Sets default behavior for EDD detection to off"
+       depends on EDD
+       default n
+       help
+         Say Y if you want EDD disabled by default, even though it is compiled into the
+         kernel. Say N if you want EDD enabled by default. EDD can be dynamically set
+         using the kernel parameter 'edd={on|skipmbr|off}'.
+
+config FIRMWARE_MEMMAP
+    bool "Add firmware-provided memory map to sysfs" if EMBEDDED
+    default (X86_64 || X86_32)
+    help
+      Add the firmware-provided (unmodified) memory map to /sys/firmware/memmap.
+      That memory map is used for example by kexec to set up parameter area
+      for the next kernel, but can also be used for debugging purposes.
+
+      See also Documentation/ABI/testing/sysfs-firmware-memmap.
+
 config EFI_VARS
        tristate "EFI Variable Support via sysfs"
        depends on EFI