[PATCH] Kconfig dependancy update for drivers/misc/ibmasm

From: Tony Breeds (tony_at_bakeyournoodle.com)
Date: 04/20/04

  • Next message: Kim Holviala: "Re: logitech mouseMan wheel doesn't work with 2.6.5"
    Date:	Wed, 21 Apr 2004 05:01:11 +0800
    To: Linux Kernel ML <linux-kernel@vger.kernel.org>, Andrew Morton <akpm@osdl.org>
    
    

    Hello,
            Some weeks ago I saw this compile error posted to lkml:

    ---
    >   LD      .tmp_vmlinux1
    > drivers/built-in.o(.text+0x435e1): In function `ibmasm_register_uart':
    > : undefined reference to `register_serial'
    > drivers/built-in.o(.text+0x43649): In function `ibmasm_unregister_uart':
    > : undefined reference to `unregister_serial'
    > make: *** [.tmp_vmlinux1] Error 1
    > summer@Dolphin:~/pebble/kernel/linux-2.6.4$
    ---
    This was created because ibmasm was set to yes BUT the 8250 was a
    module.  I believe the correct (tested) fix is below.
    ################################################################################
    --- 2.6.4.clean/drivers/misc/Kconfig	2004-03-11 17:57:23.000000000 +1100
    +++ 2.6.4.noconfig/drivers/misc/Kconfig	2004-03-30 09:32:07.000000000 +1000
    @@ -6,7 +6,7 @@
     
     config IBM_ASM
     	tristate "Device driver for IBM RSA service processor"
    -	depends on X86
    +	depends on X86 && SERIAL_8250
     	default n
     	---help---
     	  This option enables device driver support for in-band access to the
    ################################################################################
    Yours Tony
            linux.conf.au       http://lca2005.linux.org.au/
    	Apr 18-23 2005      The Australian Linux Technical Conference!
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    ----- End forwarded message -----
    Yours Tony
            linux.conf.au       http://lca2005.linux.org.au/
    	Apr 18-23 2005      The Australian Linux Technical Conference!
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Kim Holviala: "Re: logitech mouseMan wheel doesn't work with 2.6.5"

    Relevant Pages

    • Re: XFS breakage in 2.6.18-rc1
      ... system disk too who had to take the hit. ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Re: How to run an a.out file in a kernel module
      ... called in a kernel module using call_usermodehelper ... Please read the FAQ at http://www.tux.org/lkml/ ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • Re: XFS Bug null pointer dereference in xfs_free_ag_extent
      ... I also filed bug 6877 at kernel.org ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Re: [patch] remove unused acct variables from task_struct
      ... struct mempolicy *mempolicy; ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: DIPC alpha2 for i386, Alpha, SPARC, and M68k
      ... there seems to be a delay on cs.uwindsor.ca between the time you upload something and the time it actually shows up on the page. ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ... 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/ ...
      (Linux-Kernel)