summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti Rasmus <arasmus@nvidia.com>2010-05-19 15:40:20 +0300
committerJanne Hellsten <jhellsten@nvidia.com>2010-05-19 05:50:20 -0700
commit697935b575292c3376d819228bb7ed0938352151 (patch)
tree1a6d1bd6b6f610f5d603c37a60bc17e12680e6aa
parent0dcf0d73e281c4b281d35d43c8a4844f1465d313 (diff)
tegra: enable MODVERSIONS for Harmony & Whistler LDK
Change-Id: I3866ba5a1f13b50051b2c3a4424d80ccd39ce1ca Reviewed-on: http://git-master/r/1440 Reviewed-by: Janne Hellsten <jhellsten@nvidia.com> Tested-by: Janne Hellsten <jhellsten@nvidia.com>
-rw-r--r--arch/arm/configs/tegra_harmony_gnu_linux_defconfig2
-rw-r--r--arch/arm/configs/tegra_whistler_gnu_linux_defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/tegra_harmony_gnu_linux_defconfig b/arch/arm/configs/tegra_harmony_gnu_linux_defconfig
index 45a2d7519d04..c3f5535dfc3d 100644
--- a/arch/arm/configs/tegra_harmony_gnu_linux_defconfig
+++ b/arch/arm/configs/tegra_harmony_gnu_linux_defconfig
@@ -123,7 +123,7 @@ CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
-# CONFIG_MODVERSIONS is not set
+CONFIG_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
diff --git a/arch/arm/configs/tegra_whistler_gnu_linux_defconfig b/arch/arm/configs/tegra_whistler_gnu_linux_defconfig
index 1b6d00d4652d..309ba191cd25 100644
--- a/arch/arm/configs/tegra_whistler_gnu_linux_defconfig
+++ b/arch/arm/configs/tegra_whistler_gnu_linux_defconfig
@@ -123,7 +123,7 @@ CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
-# CONFIG_MODVERSIONS is not set
+CONFIG_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y