defconfig: Enable LOCALVERSION_AUTO and MODVERSIONS

It's nice to have the git hash after the kernel version to easily
identify what commit a crash report comes from. In such a
situation, a matching kernel can be easily built by simply
checking out the hash that is indicated in the kernel version.

Therefore, enable LOCALVERSION_AUTO in all the defconfigs so that
we get the shortened commit hash. Enable MODVERSIONS too,
ensuring that modules won't fail to load when the version of the
kernel changes from one commit to another.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

Conflicts:

	arch/arm/configs/msm7627-perf_defconfig
	arch/arm/configs/msm7627_defconfig
	arch/arm/configs/qsd-chromeos-st1q-qrdc_defconfig
	arch/arm/configs/qsd8650-perf_defconfig
	arch/arm/configs/qsd8650_defconfig
7 files changed