blob: 3572c5f885d3a87991e8190f2b95ec90b012d3ce [file] [log] [blame]
##
## Copyright 2016 Google Inc. All rights reserved.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
config DRIVER_STORAGE_CBFS
bool "Storage driver which is relative to a CBFS file"
default n
config DRIVER_STORAGE_DCDIR
bool "Depthcharge directory storage driver"
default n
config DRIVER_STORAGE_FLASH
bool "Storage driver which is backed by flash media"
default n
config DRIVER_STORAGE_FMAP
bool "Storage driver which is relative to a particular FMAP area"
default n
config DRIVER_STORAGE_FWDB
bool "Storage driver which is backed by a FWDB entry"
default n
config DRIVER_STORAGE_MEMORY
bool "Memory backed storage"
default n
config DRIVER_STORAGE_SECTION_INDEX
bool "Storage driver which is relative to an entry in a section index"
default n
config DRIVER_STORAGE_UEFI_NV
bool "Storage driver backed by a UEFI NV variable"
default n