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