Searched refs:kconfig (Results 1 – 7 of 7) sorted by relevance
11 #define pr_expected_config(kconfig) \ argument13 if (IS_ENABLED(kconfig)) \14 pr_err("Unexpected! This %s was built with " #kconfig "=y\n", \17 pr_warn("This is probably expected, since this %s was built *without* " #kconfig "=y\n", \23 #define pr_expected_config_param(kconfig, param) \ argument25 if (IS_ENABLED(kconfig)) { \28 …pr_warn("This is probably expected, since this %s was built with " #kconfig "=y but booted with '"…32 pr_err("Unexpected! This %s was built with " #kconfig "=y and booted with '" param "=Y'\n", \36 …pr_err("Unexpected! This %s was built with " #kconfig "=y (and booted without '" param "' specifie…46 … pr_err("Unexpected! This %s was built *without* " #kconfig "=y but booted with '" param "=Y'\n", \[all …]
87 ./scripts/kconfig/merge_config.sh ${DEFCONFIG} drivers/gpu/drm/ci/${MERGE_FRAGMENT}
4 # see Documentation/kbuild/kconfig-language.rst.
Completed in 27 milliseconds