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