## SECTION=project_specific menuconfig FOO tristate prompt "foo " select HOST_CMAKE default y help Foo like in bar. config FOO_CLONE_URL string depends on FOO prompt "Git url to clone from" default "git://git.example.com/git/foo.git" help Git URL to clone from. Defaults to local server, but can be overwritten with any local or remote URL. config FOO_CHECKOUT_ENTITY string depends on FOO prompt "Git entity to checkout." default "stable" help Check out a specific branch, tag or changeset. # vim: ft=kconfig noet tw=72