Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

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

1 view
Skip to first unread message

Xiong Zhou

unread,
Jun 18, 2013, 5:21:26 AM6/18/13
to matthew...@nebula.com, bhutc...@solarflare.com, platform-...@vger.kernel.org, linux...@vger.kernel.org, linux-...@vger.kernel.org, Stephen Rothwell, jim....@gmail.com
From: Xiong Zhou <jencce...@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 `i8042_command'
amilo-rfkill.c:(.text+0x108b71): undefined reference to `i8042_unlock_chip'

Reported-by: Jim Davis <jim....@gmail.com>
Signed-off-by: Xiong Zhou <jencce...@gmail.com>
---
drivers/platform/x86/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index 8577261..37645b9 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -176,6 +176,7 @@ config FUJITSU_TABLET
config AMILO_RFKILL
tristate "Fujitsu-Siemens Amilo rfkill support"
depends on RFKILL
+ depends on SERIO_I8042
---help---
This is a driver for enabling wifi on some Fujitsu-Siemens Amilo
laptops.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Randy Dunlap

unread,
Jun 18, 2013, 11:00:51 AM6/18/13
to Ben Hutchings, Xiong Zhou, matthew...@nebula.com, platform-...@vger.kernel.org, linux...@vger.kernel.org, linux-...@vger.kernel.org, Stephen Rothwell, jim....@gmail.com
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...@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 `i8042_command'
>> amilo-rfkill.c:(.text+0x108b71): undefined reference to `i8042_unlock_chip'
>>
>> Reported-by: Jim Davis <jim....@gmail.com>
>> Signed-off-by: Xiong Zhou <jencce...@gmail.com>
>
> Acked-by: Ben Hutchings <b...@decadent.org.uk>
>
> But I thought somehow sent this same fix a while back...

Yes, I reported it and sent a patch for it that you acked...
I guess my patch was never picked up.

>
> Ben.
>
>> ---
>> drivers/platform/x86/Kconfig | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
>> index 8577261..37645b9 100644
>> --- a/drivers/platform/x86/Kconfig
>> +++ b/drivers/platform/x86/Kconfig
>> @@ -176,6 +176,7 @@ config FUJITSU_TABLET
>> config AMILO_RFKILL
>> tristate "Fujitsu-Siemens Amilo rfkill support"
>> depends on RFKILL
>> + depends on SERIO_I8042
>> ---help---
>> This is a driver for enabling wifi on some Fujitsu-Siemens Amilo
>> laptops.
>


--
~Randy

Xiong Zhou

unread,
Jun 18, 2013, 9:09:19 PM6/18/13
to Randy Dunlap, Ben Hutchings, matthew...@nebula.com, platform-...@vger.kernel.org, Linux-Next, linux-...@vger.kernel.org, Stephen Rothwell, jim....@gmail.com
2013/6/18 Randy Dunlap <rdu...@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...@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 `i8042_command'
>>> amilo-rfkill.c:(.text+0x108b71): undefined reference to `i8042_unlock_chip'
>>>
>>> Reported-by: Jim Davis <jim....@gmail.com>
>>> Signed-off-by: Xiong Zhou <jencce...@gmail.com>
>>
>> Acked-by: Ben Hutchings <b...@decadent.org.uk>
>>
>> But I thought somehow sent this same fix a while back...
>
> Yes, I reported it and sent a patch for it that you acked...
> I guess my patch was never picked up.
>

.. Better someone pick this up.

Randy Dunlap

unread,
Jun 27, 2013, 12:41:20 PM6/27/13
to Xiong Zhou, Ben Hutchings, matthew...@nebula.com, platform-...@vger.kernel.org, Linux-Next, linux-...@vger.kernel.org, Stephen Rothwell, jim....@gmail.com
On 06/18/13 18:09, Xiong Zhou wrote:
> 2013/6/18 Randy Dunlap <rdu...@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...@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 `i8042_command'
>>>> amilo-rfkill.c:(.text+0x108b71): undefined reference to `i8042_unlock_chip'
>>>>
>>>> Reported-by: Jim Davis <jim....@gmail.com>
>>>> Signed-off-by: Xiong Zhou <jencce...@gmail.com>
>>>
>>> Acked-by: Ben Hutchings <b...@decadent.org.uk>
>>>
>>> But I thought somehow sent this same fix a while back...
>>
>> Yes, I reported it and sent a patch for it that you acked...
>> I guess my patch was never picked up.
>>
>
> ... Better someone pick this up.
>

This build error is still occurring in linux-next (20130627).
I first reported it and posted a patch for it on May-15 2013.

Please merge either patch...

Is anybody out there?

Xiong Zhou

unread,
Jul 11, 2013, 11:46:59 PM7/11/13
to Randy Dunlap, Ben Hutchings, matthew...@nebula.com, platform-...@vger.kernel.org, Linux-Next, linux-...@vger.kernel.org, Stephen Rothwell, Jim Davis, Jiri Kosina
2013/6/28 Randy Dunlap <rdu...@infradead.org>:
cc Jiri Kosina <tri...@kernel.org>

Jiri Kosina

unread,
Aug 20, 2013, 7:06:55 AM8/20/13
to Xiong Zhou, Randy Dunlap, Ben Hutchings, matthew...@nebula.com, platform-...@vger.kernel.org, Linux-Next, linux-...@vger.kernel.org, Stephen Rothwell, Jim Davis
Please resend the patch properly, it's not easy to dig it from the
multi-depth quoted text.

--
Jiri Kosina
SUSE Labs
0 new messages