Comment 0 for bug 341712

Revision history for this message
Stefan Bader (smb) wrote :

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 <email address hidden>

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"