Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
cd72a950e0aaba0ea7e9cb1d03ff2f1ca0ca037a
/
.
/
api
/
Kconfig
blob: eb8d5d0596a79498cf562a639c3008010142a413 [
file
] [
log
] [
blame
]
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