Re: [PATCH]amilo-rfkill: add depends on i8042 in Kconfig

2013-08-20 Thread Jiri Kosina
On Fri, 12 Jul 2013, Xiong Zhou wrote: > > Fix randconfig build failure for Amilo x86 platform driver. > > AMILO_RFKILL requires SERIO_I8042 being available. > > > > amilo-rfkill.c:(.text+0x108b5b): undefined reference to > > `i8042_lock_chip' > >

Re: [PATCH]amilo-rfkill: add depends on i8042 in Kconfig

2013-08-20 Thread Jiri Kosina
On Fri, 12 Jul 2013, Xiong Zhou wrote: Fix randconfig build failure for Amilo x86 platform driver. AMILO_RFKILL requires SERIO_I8042 being available. amilo-rfkill.c:(.text+0x108b5b): undefined reference to `i8042_lock_chip' amilo-rfkill.c:(.text+0x108b69): undefined reference to

Re: [PATCH]amilo-rfkill: add depends on i8042 in Kconfig

2013-07-11 Thread Xiong Zhou
2013/6/28 Randy Dunlap : > On 06/18/13 18:09, Xiong Zhou wrote: >> 2013/6/18 Randy Dunlap : >>> On 06/18/13 06:04, Ben Hutchings wrote: On Tue, 2013-06-18 at 17:21 +0800, Xiong Zhou wrote: > From: Xiong Zhou > > Fix randconfig build failure for Amilo x86 platform driver. >

Re: [PATCH]amilo-rfkill: add depends on i8042 in Kconfig

2013-07-11 Thread Xiong Zhou
2013/6/28 Randy Dunlap rdun...@infradead.org: On 06/18/13 18:09, Xiong Zhou wrote: 2013/6/18 Randy Dunlap rdun...@infradead.org: On 06/18/13 06:04, Ben Hutchings wrote: On Tue, 2013-06-18 at 17:21 +0800, Xiong Zhou wrote: From: Xiong Zhou jencce.ker...@gmail.com Fix randconfig build failure

Re: [PATCH]amilo-rfkill: add depends on i8042 in Kconfig

2013-06-27 Thread Randy Dunlap
On 06/18/13 18:09, Xiong Zhou wrote: > 2013/6/18 Randy Dunlap : >> On 06/18/13 06:04, Ben Hutchings wrote: >>> On Tue, 2013-06-18 at 17:21 +0800, Xiong Zhou wrote: From: Xiong Zhou Fix randconfig build failure for Amilo x86 platform driver. AMILO_RFKILL requires SERIO_I8042

Re: [PATCH]amilo-rfkill: add depends on i8042 in Kconfig

2013-06-27 Thread Randy Dunlap
On 06/18/13 18:09, Xiong Zhou wrote: 2013/6/18 Randy Dunlap rdun...@infradead.org: On 06/18/13 06:04, Ben Hutchings wrote: On Tue, 2013-06-18 at 17:21 +0800, Xiong Zhou wrote: From: Xiong Zhou jencce.ker...@gmail.com Fix randconfig build failure for Amilo x86 platform driver. AMILO_RFKILL

Re: [PATCH]amilo-rfkill: add depends on i8042 in Kconfig

2013-06-18 Thread Xiong Zhou
2013/6/18 Randy Dunlap : > On 06/18/13 06:04, Ben Hutchings wrote: >> On Tue, 2013-06-18 at 17:21 +0800, Xiong Zhou wrote: >>> From: Xiong Zhou >>> >>> Fix randconfig build failure for Amilo x86 platform driver. >>> AMILO_RFKILL requires SERIO_I8042 being available. >>> >>>

Re: [PATCH]amilo-rfkill: add depends on i8042 in Kconfig

2013-06-18 Thread Randy Dunlap
On 06/18/13 06:04, Ben Hutchings wrote: > On Tue, 2013-06-18 at 17:21 +0800, Xiong Zhou wrote: >> From: Xiong Zhou >> >> Fix randconfig build failure for Amilo x86 platform driver. >> AMILO_RFKILL requires SERIO_I8042 being available. >> >> amilo-rfkill.c:(.text+0x108b5b): undefined reference to

Re: [PATCH]amilo-rfkill: add depends on i8042 in Kconfig

2013-06-18 Thread Ben Hutchings
On Tue, 2013-06-18 at 17:21 +0800, Xiong Zhou wrote: > From: Xiong Zhou > > Fix randconfig build failure for Amilo x86 platform driver. > AMILO_RFKILL requires SERIO_I8042 being available. > > amilo-rfkill.c:(.text+0x108b5b): undefined reference to `i8042_lock_chip' >

[PATCH]amilo-rfkill: add depends on i8042 in Kconfig

2013-06-18 Thread Xiong Zhou
From: Xiong Zhou Fix randconfig build failure for Amilo x86 platform driver. AMILO_RFKILL requires SERIO_I8042 being available. amilo-rfkill.c:(.text+0x108b5b): undefined reference to `i8042_lock_chip' amilo-rfkill.c:(.text+0x108b69): undefined reference to `i8042_command'

Re: [PATCH]amilo-rfkill: add depends on i8042 in Kconfig

2013-06-18 Thread Ben Hutchings
On Tue, 2013-06-18 at 17:21 +0800, Xiong Zhou wrote: From: Xiong Zhou jencce.ker...@gmail.com Fix randconfig build failure for Amilo x86 platform driver. AMILO_RFKILL requires SERIO_I8042 being available. amilo-rfkill.c:(.text+0x108b5b): undefined reference to `i8042_lock_chip'

Re: [PATCH]amilo-rfkill: add depends on i8042 in Kconfig

2013-06-18 Thread Randy Dunlap
On 06/18/13 06:04, Ben Hutchings wrote: On Tue, 2013-06-18 at 17:21 +0800, Xiong Zhou wrote: From: Xiong Zhou jencce.ker...@gmail.com Fix randconfig build failure for Amilo x86 platform driver. AMILO_RFKILL requires SERIO_I8042 being available. amilo-rfkill.c:(.text+0x108b5b): undefined

Re: [PATCH]amilo-rfkill: add depends on i8042 in Kconfig

2013-06-18 Thread Xiong Zhou
2013/6/18 Randy Dunlap rdun...@infradead.org: On 06/18/13 06:04, Ben Hutchings wrote: On Tue, 2013-06-18 at 17:21 +0800, Xiong Zhou wrote: From: Xiong Zhou jencce.ker...@gmail.com Fix randconfig build failure for Amilo x86 platform driver. AMILO_RFKILL requires SERIO_I8042 being available.

[PATCH]amilo-rfkill: add depends on i8042 in Kconfig

2013-06-18 Thread Xiong Zhou
From: Xiong Zhou jencce.ker...@gmail.com Fix randconfig build failure for Amilo x86 platform driver. AMILO_RFKILL requires SERIO_I8042 being available. amilo-rfkill.c:(.text+0x108b5b): undefined reference to `i8042_lock_chip' amilo-rfkill.c:(.text+0x108b69): undefined reference to