Kconfig 151 Bytes
menu "API"

config API
	bool "Enable U-Boot API"
	default n
	help
	  This option enables the U-Boot API. See api/README for more information.

endmenu