blob: dad8d8664de6aee18004f01137407643c988a9cf [file] [log] [blame]
##
## Copyright 2013 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_AHCI
bool "AHCI driver"
default n
config DRIVER_BLOCKDEV_MMC
bool "Board-specific SD/MMC storage Driver"
default n
help
For platforms with SD/MMC card readers not on USB bus.
config DRIVER_BLOCKDEV_MMC_DW
depends on DRIVER_BLOCKDEV_MMC
bool "DesignWare MMC driver"
default n
config DRIVER_BLOCKDEV_MMC_ROCKCHIP
select DRIVER_BLOCKDEV_MMC_DW
bool "ROCKCHIP MMC driver"
default n
config DRIVER_BLOCKDEV_MMC_TEGRA
depends on DRIVER_BLOCKDEV_MMC
bool "NVIDIA Tegra MMC driver"
default n
config DRIVER_BLOCKDEV_MSHC_S5P
depends on DRIVER_BLOCKDEV_MMC
bool "S5P MSHC/MMC driver"
default n
config DRIVER_BLOCKDEV_SDHCI
depends on DRIVER_BLOCKDEV_MMC
bool "SDHCI specification compliant eMMC/SD driver"
default n
config DRIVER_BLOCKDEV_SDHCI_PCI
depends on ARCH_X86
depends on DRIVER_BLOCKDEV_SDHCI
bool "PCI SDHCI based eMMC/SD driver"
default n
config DRIVER_BLOCKDEV_UEFI
bool "UEFI block IO wrapper"
default n
config DRIVER_BLOCKDEV_USB
depends on USB
bool "USB based storage"
default n