xref: /aosp_15_r20/external/coreboot/src/soc/amd/common/block/emmc/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
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