From patchwork Thu Sep 24 08:00:56 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Winkler, Tomas" X-Patchwork-Id: 49746 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n8O815rO020478 for ; Thu, 24 Sep 2009 08:01:05 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752193AbZIXIA7 (ORCPT ); Thu, 24 Sep 2009 04:00:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752043AbZIXIA7 (ORCPT ); Thu, 24 Sep 2009 04:00:59 -0400 Received: from mga02.intel.com ([134.134.136.20]:24828 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752037AbZIXIA6 (ORCPT ); Thu, 24 Sep 2009 04:00:58 -0400 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 24 Sep 2009 00:46:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.44,444,1249282800"; d="scan'208";a="553338741" Received: from jrlmcp01.jer.intel.com (HELO localhost.localdomain) ([10.12.85.15]) by orsmga001.jf.intel.com with ESMTP; 24 Sep 2009 01:00:11 -0700 From: Tomas Winkler To: davem@davemloft.net, linville@tuxdriver.com, netdev@vger.kernel.org, linux-wireless@vger.kernel.org, linux-mmc@vger.kernel.org Cc: yi.zhu@intel.com, inaky.perez-gonzalez@intel.com, cindy.h.kao@intel.com, guy.cohen@intel.com, ron.rindjunsky@intel.com, Tomas Winkler Subject: [PATCH 3/3 V2] i2400m-sdio: select IWMC3200TOP in Kconfig Date: Thu, 24 Sep 2009 11:00:56 +0300 Message-Id: <1253779256-17058-1-git-send-email-tomas.winkler@intel.com> X-Mailer: git-send-email 1.6.0.6 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org i2400m-sdio requires iwmc3200top for its operation create separate config option to separate 3200 specifics from eventual further wimax sdio HW. Signed-off-by: Tomas Winkler Acked-by: Inaky Perez-Gonzalez --- V2: create separate config option as discussed with Inaky drivers/net/wimax/i2400m/Kconfig | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/net/wimax/i2400m/Kconfig b/drivers/net/wimax/i2400m/Kconfig index d623b3d..9723c5c 100644 --- a/drivers/net/wimax/i2400m/Kconfig +++ b/drivers/net/wimax/i2400m/Kconfig @@ -31,6 +31,15 @@ config WIMAX_I2400M_SDIO If unsure, it is safe to select M (module). +config WIMAX_IWMC3200_SDIO + bool "Intel Wireless Multicom WiMAX Connection 3200 over SDIO" + depends on WIMAX_I2400M_SDIO + select IWMC3200TOP + help + Select if you have a device based on the Intel Multicom WiMAX + Connection 3200 over SDIO. + + config WIMAX_I2400M_DEBUG_LEVEL int "WiMAX i2400m debug level" depends on WIMAX_I2400M