blob: eb8d5d0596a79498cf562a639c3008010142a413 [file] [log] [blame]
Emmanuel Vadot4db98d32017-01-31 12:17:04 +01001menu "API"
2
3config API
4 bool "Enable U-Boot API"
Emmanuel Vadot4db98d32017-01-31 12:17:04 +01005 help
6 This option enables the U-Boot API. See api/README for more information.
7
Tom Rini9ba938e2022-10-28 20:27:06 -04008config SYS_MMC_MAX_DEVICE
9 int "Maximum number of MMC devices exposed via the API"
10 depends on API
11 default 1
12
Emmanuel Vadot4db98d32017-01-31 12:17:04 +010013endmenu