8139too: Call dev_kfree_skby_any instead of dev_kfree_skb.
[firefly-linux-kernel-4.4.55.git] / drivers / firmware / Kconfig
index 42c759a4d047f6754ddf8676a390d8d0dcdffafb..93876302fb2edfc0fde8ccc872b35d574a03d37d 100644 (file)
@@ -36,41 +36,6 @@ config FIRMWARE_MEMMAP
 
       See also Documentation/ABI/testing/sysfs-firmware-memmap.
 
-config EFI_VARS
-       tristate "EFI Variable Support via sysfs"
-       depends on EFI
-       default n
-       help
-         If you say Y here, you are able to get EFI (Extensible Firmware
-         Interface) variable information via sysfs.  You may read,
-         write, create, and destroy EFI variables through this interface.
-
-         Note that using this driver in concert with efibootmgr requires
-         at least test release version 0.5.0-test3 or later, which is
-         available from Matt Domsch's website located at:
-         <http://linux.dell.com/efibootmgr/testing/efibootmgr-0.5.0-test3.tar.gz>
-
-         Subsequent efibootmgr releases may be found at:
-         <http://linux.dell.com/efibootmgr>
-
-config EFI_VARS_PSTORE
-       bool "Register efivars backend for pstore"
-       depends on EFI_VARS && PSTORE
-       default y
-       help
-         Say Y here to enable use efivars as a backend to pstore. This
-         will allow writing console messages, crash dumps, or anything
-         else supported by pstore to EFI variables.
-
-config EFI_VARS_PSTORE_DEFAULT_DISABLE
-       bool "Disable using efivars as a pstore backend by default"
-       depends on EFI_VARS_PSTORE
-       default n
-       help
-         Saying Y here will disable the use of efivars as a storage
-         backend for pstore by default. This setting can be overridden
-         using the efivars module's pstore_disable parameter.
-
 config EFI_PCDP
        bool "Console device selection via EFI PCDP or HCDP table"
        depends on ACPI && EFI && IA64
@@ -164,5 +129,6 @@ config ISCSI_IBFT
          Otherwise, say N.
 
 source "drivers/firmware/google/Kconfig"
+source "drivers/firmware/efi/Kconfig"
 
 endmenu