xref: /openbmc/u-boot/api/Kconfig (revision 4db98d3d92827e38d0853f0c1932d3db7d757622)
1*4db98d3dSEmmanuel Vadotmenu "API"
2*4db98d3dSEmmanuel Vadot
3*4db98d3dSEmmanuel Vadotconfig API
4*4db98d3dSEmmanuel Vadot	bool "Enable U-Boot API"
5*4db98d3dSEmmanuel Vadot	default n
6*4db98d3dSEmmanuel Vadot	help
7*4db98d3dSEmmanuel Vadot	  This option enables the U-Boot API. See api/README for more information.
8*4db98d3dSEmmanuel Vadot
9*4db98d3dSEmmanuel Vadotendmenu
10