Re: finding your own dead "CONFIG_" variables
From: Satyam Sharma
Date: Thu May 03 2007 - 05:38:22 EST
http://fsdev.net/wiki/index.php?title=Dead_CONFIG_variables
kcfiles=$(find . -name "Kconfig*")
Suggest: configfiles=$(find . -name 'Kconfig*' -or -name '*defconfig*')
Some CONFIG_ options exist that are not declared anywhere in the
Kconfig files but defined directly in the arch/.../*defconfig* files.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/