kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthands
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 30 Apr 2020 06:18:45 +0000 (15:18 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 25 May 2020 15:02:32 +0000 (00:02 +0900)
commitbcfefb61cd2bc86329915a4074f7b4c48b00b33a
tree32ef41b68f49f25f7133b36ba9223626c09eaa92
parentc027b02d89fd42ecee911c39e9098b9609a5ca0b
kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthands

kvmconfig' is a shorthand for kvm_guest.config to save 7 character typing.

xenconfig' is a shorthand for xen.config to save 1 character typing.

There is nothing more than that.

There are more files in kernel/configs/, so it is not maintainable
to wire-up every config fragment to the Kconfig Makefile. Hence,
we should not do this at all.

These will be removed after Linux 5.10. Meanwhile, the following
warning message will be displayed if they are used.

WARNING: 'make kvmconfig' will be removed after Linux 5.10
         Please use 'make kvm_guest.config' instead.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/Makefile