diff options
| author | Venkatesh Yadav Abbarapu <[email protected]> | 2024-07-08 14:47:55 +0530 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2024-08-05 16:10:36 +0200 |
| commit | 9ae5bbf08aa42d917f221d06bfc5cc695baceb47 (patch) | |
| tree | 5938408748c4f6469f2f66e9be906cc4e67f74c9 /configs/xilinx_zynqmp_virt_defconfig | |
| parent | aceac0c52bd25e1e96de5b3a31873eebdc1f5ed8 (diff) | |
config: Enable the config CONFIG_MMC_SPEED_MODE_SET
Enable setting speed mode using mmc dev commands.
The speed mode is provided as the last argument in these commands
(ex: mmc dev 0 0 10) and is indicated using the index from enum
bus_mode in include/mmc.h. A speed mode can be set if it is enabled
from device tree or from capabilities register
Signed-off-by: Venkatesh Yadav Abbarapu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'configs/xilinx_zynqmp_virt_defconfig')
| -rw-r--r-- | configs/xilinx_zynqmp_virt_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig index fa912ae3bbd..1133134e3fe 100644 --- a/configs/xilinx_zynqmp_virt_defconfig +++ b/configs/xilinx_zynqmp_virt_defconfig @@ -101,6 +101,7 @@ CONFIG_CMD_MTDPARTS=y CONFIG_CMD_MTDPARTS_SPREAD=y CONFIG_CMD_MTDPARTS_SHOW_NET_SIZES=y CONFIG_CMD_UBI=y +CONFIG_MMC_SPEED_MODE_SET=y CONFIG_PARTITION_TYPE_GUID=y CONFIG_SPL_OF_CONTROL=y CONFIG_OF_BOARD=y |
