diff options
Diffstat (limited to 'src/soc/intel/quark/Kconfig')
-rw-r--r-- | src/soc/intel/quark/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/soc/intel/quark/Kconfig b/src/soc/intel/quark/Kconfig index c697b561bd..7f95b7193a 100644 --- a/src/soc/intel/quark/Kconfig +++ b/src/soc/intel/quark/Kconfig @@ -304,4 +304,22 @@ config C_ENV_BOOTBLOCK_SIZE hex default 0x8000 +##### +# Test support +##### + +config STORAGE_TEST + bool "Test SD/MMC/eMMC card or device access" + default n + select DRIVERS_STORAGE + select SDHCI_CONTROLLER + help + Read block 0 from each parition of the storage device. User must + also enable one or both of DRIVERS_STORAGE_SD or DRIVERS_STORAGE_MMC. + +config STORAGE_LOG + bool "Log and display SD/MMC commands" + default n + depends on STORAGE_TEST + endif # SOC_INTEL_QUARK |