2017-01-31 11:17:04 +00:00
|
|
|
menu "API"
|
|
|
|
|
|
|
|
config API
|
|
|
|
bool "Enable U-Boot API"
|
|
|
|
help
|
|
|
|
This option enables the U-Boot API. See api/README for more information.
|
|
|
|
|
2022-10-29 00:27:06 +00:00
|
|
|
config SYS_MMC_MAX_DEVICE
|
|
|
|
int "Maximum number of MMC devices exposed via the API"
|
|
|
|
depends on API
|
|
|
|
default 1
|
|
|
|
|
2017-01-31 11:17:04 +00:00
|
|
|
endmenu
|