[PATCH] FSAM7400: select CHECK_SIGNATURE
Andy Isaacson
adi at hexapodia.org
Mon Mar 9 23:01:31 UTC 2009
FSAM7400: select CHECK_SIGNATURE
If all other drivers that "select CHECK_SIGNATURE" are turned off,
then the build fails with
Setup is 12540 bytes (padded to 12800 bytes).
System is 2513 kB
CRC f187a746
Kernel: arch/x86/boot/bzImage is ready (#7)
ERROR: "check_signature" [ubuntu/misc/fsam7400.ko] undefined!
WARNING: modpost: Found 2 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2
Fix it by having CONFIG_FSAM7400 also "select CHECK_SIGNATURE".
Signed-off-by: Andy Isaacson <adi at hexapodia.org>
diff --git a/ubuntu/misc/Kconfig b/ubuntu/misc/Kconfig
index f955af6..4d614dd 100644
--- a/ubuntu/misc/Kconfig
+++ b/ubuntu/misc/Kconfig
@@ -16,6 +16,7 @@ config INPUT_ACERHK
config FSAM7400
tristate "SW RF kill switch for Fujitsu Siemens Amilo M 7400"
default m
+ select CHECK_SIGNATURE
config LMPCM_USB
tristate "USB Logitech MediaPlay Cordless Mouse driver"
More information about the kernel-team
mailing list