public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger•net>
To: Jim Davis <jim.epost@gmail•com>,
	Stephen Rothwell <sfr@canb•auug.org.au>,
	linux-next <linux-next@vger•kernel.org>,
	linux-kernel <linux-kernel@vger•kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation•org>,
	devel <devel@driverdev•osuosl.org>
Subject: Re: randconfig build error with next-20140527, in drivers/staging/rtl8192ee
Date: Tue, 27 May 2014 13:15:38 -0500	[thread overview]
Message-ID: <5384D64A.8040603@lwfinger.net> (raw)
In-Reply-To: <CA+r1Zhg+XHZrgK73ucpSG4gsVpCR1xzh6LzCek0-CQ8woK5TKw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 453 bytes --]

On 05/27/2014 12:27 PM, Jim Davis wrote:
> Building with the attached random configuration file,

A problem with the build when PCI is not selected was reported yesterday. I 
think this build error is caused by MAC80211 not being selected. The fix for 
both problems was merged as commit 42e4c20f114c71e12cdf35d9b5dd60d2546c7d57 
yesterday in staging-next. If it has not reached linux-next, the attached patch 
should fix the problem.

Thanks,

Larry



[-- Attachment #2: 0002-staging-r8192ee-Fix-build-errors-when-PCI-is-not-ava.patch --]
[-- Type: text/x-patch, Size: 1322 bytes --]

>From d10ca90ffaf99f43bb61d5b4001f6a6acfde3454 Mon Sep 17 00:00:00 2001
From: Larry Finger <Larry.Finger@lwfinger•net>
Date: Mon, 26 May 2014 13:35:48 -0500
Subject: [PATCH 2/3] staging: r8192ee: Fix build errors when PCI is not
 available
To: gregkh@linuxfoundation•org
Cc: netdev@vger•kernel.org,
    devel@driverdev•osuosl.org

A build of this driver fails when PCI is not selected. It would also
fail if MAC80211 is not selected. Kconfig is fixed to handle these
conditions, and to select additional necessary components.

Reported-by: Randy Dunlap <rdunlap@infradead•org>
Reported-by: Ben Hutchings <ben@decadent•org.uk>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger•net>
---
 drivers/staging/rtl8192ee/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/staging/rtl8192ee/Kconfig b/drivers/staging/rtl8192ee/Kconfig
index 92c5f44..beb07ac2 100644
--- a/drivers/staging/rtl8192ee/Kconfig
+++ b/drivers/staging/rtl8192ee/Kconfig
@@ -1,6 +1,13 @@
 config R8192EE
 	tristate "Realtek RTL8192EE Wireless Network Adapter"
+	depends on PCI && WLAN && MAC80211
+	depends on m
+	select WIRELESS_EXT
+	select WEXT_PRIV
+	select EEPROM_93CX6
+	select CRYPTO
 	select FW_LOADER
+	default N
 	---help---
 	This is the driver for Realtek RTL8192EE 802.11 PCIe
 	wireless network adapters.
-- 
1.8.4.5


[-- Attachment #3: Type: text/plain, Size: 169 bytes --]

_______________________________________________
devel mailing list
devel@linuxdriverproject•org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

      reply	other threads:[~2014-05-27 18:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-27 17:27 randconfig build error with next-20140527, in drivers/staging/rtl8192ee Jim Davis
2014-05-27 18:15 ` Larry Finger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5384D64A.8040603@lwfinger.net \
    --to=larry.finger@lwfinger$(echo .)net \
    --cc=devel@driverdev$(echo .)osuosl.org \
    --cc=gregkh@linuxfoundation$(echo .)org \
    --cc=jim.epost@gmail$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=sfr@canb$(echo .)auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox