summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/efi.c
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2018-11-12 09:38:55 +0100
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-11-15 23:49:35 +0900
commita9b722847872d43595d072d7fd550f08fe6764fd (patch)
tree1a7efb7002ac8b4652f8b1061d65226b83d69716 /drivers/firmware/efi/efi.c
parentccda4af0f4b92f7b4c308d3acc262f4a7e3affad (diff)
scripts/kconfig/merge_config: don't redefine 'y' to 'm'
In today's merge_config.sh the order of the config fragment files dictates the output of a config option. With this approach we will get different .config files depending on the order of the config fragment files. So doing something like: $ ./merge/kconfig/merge_config.sh selftest.config drm.config Where selftest.config defines DRM=y and drm.config defines DRM=m, the result will be "DRM=m". Rework to add a switch to get builtin '=y' precedence over modules '=m', this will result in "DRM=y". If we do something like this: $ ./merge/kconfig/merge_config.sh -y selftest.config drm.config Suggested-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/firmware/efi/efi.c')
0 files changed, 0 insertions, 0 deletions