Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to Kconfig

This converts the following to Kconfig:
   CONFIG_SYS_MMC_MAX_BLK_COUNT

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
Tom Rini
2022-10-28 20:27:05 -04:00
parent a918df21f0
commit 75fc79e530
38 changed files with 36 additions and 26 deletions

View File

@@ -93,6 +93,13 @@ config MMC_QUIRKS
are enabled by default, other may require additional flags or are
enabled by the host driver.
config SYS_MMC_MAX_BLK_COUNT
int "Block count limit"
default 65535
help
The block count limit on MMC based devices. We default to 65535 due
to a 16bit register limit on some hardware.
config MMC_HW_PARTITIONING
bool "Support for HW partitioning command(eMMC)"
default y