You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update --kconfig-add help text, remove kselftest-merge target
Document the make:<target> syntax for running make targets that
modify .config (e.g. make:kselftest-merge) in the CLI help and
docs/kconfig.md. Update CONFIG_*=[y|m|n] to CONFIG_*=<value> to
reflect that any value is now accepted.
Remove the deprecated kselftest-merge target. The kernel's
kselftest-merge make target is still available via
--kconfig-add=make:kselftest-merge. Drop runs_after references
from kselftest.ini and default.ini.
Signed-off-by: Ben Copeland <ben.copeland@linaro.org>
help="Extra kconfig fragments, merged on top of the main kconfig from --kconfig. In tree configuration fragment (e.g. `kvm_guest.config`), path to local file, URL, `CONFIG_*=[y|m|n]`, or `# CONFIG_* is not set`. Can be specified multiple times, and will be merged in the order given.",
99
+
help="Extra kconfig fragments, merged on top of the main kconfig from --kconfig. In tree configuration fragment (e.g. `kvm_guest.config`), path to local file, URL, `CONFIG_*=<value>`, `# CONFIG_* is not set`, or `make:<target>` to run a make target that modifies .config (e.g. `make:kselftest-merge`). Can be specified multiple times, and will be merged in the order given.",
0 commit comments