Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
yocto
/
uboot
/
ba8693a3fdfaa9f7ca93a5362cf3df389e4db6c8
/
.
/
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