1## SPDX-License-Identifier: GPL-2.0-only 2 3config SOC_AMD_COMMON_BLOCK_EMMC 4 bool 5 help 6 Select this option to use AMD common EMMC driver support. 7 8config SOC_AMD_COMMON_BLOCK_EMMC_SKIP_POWEROFF 9 bool 10 depends on SOC_AMD_COMMON_BLOCK_EMMC 11 help 12 Select this option to try to switch off the power of the eMMC 13 controller via the AOAC registers. 14