]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3e416544afde10c93f66395dfb761210b84fc1b6
tree32ef41b68f49f25f7133b36ba9223626c09eaa92
parent759747615f92e42a370cb1188d472ff52c026a24
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