mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +00:00
9ba938e744
This converts the following to Kconfig: CONFIG_SYS_MMC_MAX_DEVICE Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
13 lines
252 B
Text
13 lines
252 B
Text
menu "API"
|
|
|
|
config API
|
|
bool "Enable U-Boot API"
|
|
help
|
|
This option enables the U-Boot API. See api/README for more information.
|
|
|
|
config SYS_MMC_MAX_DEVICE
|
|
int "Maximum number of MMC devices exposed via the API"
|
|
depends on API
|
|
default 1
|
|
|
|
endmenu
|