blob: eb8d5d0596a79498cf562a639c3008010142a413 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|