cregit-Linux how code gets into the kernel

Release 4.7 tools/testing/nvdimm/config_check.c

#include <linux/kconfig.h>
#include <linux/bug.h>


void check(void) { /* * These kconfig symbols must be set to "m" for nfit_test to * load and operate. */ BUILD_BUG_ON(!IS_MODULE(CONFIG_LIBNVDIMM)); BUILD_BUG_ON(!IS_MODULE(CONFIG_BLK_DEV_PMEM)); BUILD_BUG_ON(!IS_MODULE(CONFIG_ND_BTT)); BUILD_BUG_ON(!IS_MODULE(CONFIG_ND_BLK)); BUILD_BUG_ON(!IS_MODULE(CONFIG_ACPI_NFIT)); BUILD_BUG_ON(!IS_MODULE(CONFIG_DEV_DAX)); BUILD_BUG_ON(!IS_MODULE(CONFIG_DEV_DAX_PMEM)); }

Contributors

PersonTokensPropCommitsCommitProp
dan williamsdan williams71100.00%2100.00%
Total71100.00%2100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
dan williamsdan williams77100.00%2100.00%
Total77100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}