From patchwork Mon Sep 10 12:03:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Beulich X-Patchwork-Id: 182861 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 477AF2C0087 for ; Mon, 10 Sep 2012 22:03:08 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756874Ab2IJMDG (ORCPT ); Mon, 10 Sep 2012 08:03:06 -0400 Received: from nat28.tlf.novell.com ([130.57.49.28]:39767 "EHLO nat28.tlf.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753047Ab2IJMDF convert rfc822-to-8bit (ORCPT ); Mon, 10 Sep 2012 08:03:05 -0400 Received: from EMEA1-MTA by nat28.tlf.novell.com with Novell_GroupWise; Mon, 10 Sep 2012 13:03:03 +0100 Message-Id: <504DF314020000780009A2E2@nat28.tlf.novell.com> X-Mailer: Novell GroupWise Internet Agent 12.0.0 Date: Mon, 10 Sep 2012 13:03:00 +0100 From: "Jan Beulich" To: "Jesse Barnes" Cc: Subject: [PATCH] drop bogus default from ARCH_SUPPORTS_MSI Mime-Version: 1.0 Content-Disposition: inline Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Options without prompts and without dependencies don't usefully have a default value - they're intended to be selected from other options only. Signed-off-by: Jan Beulich --- drivers/pci/Kconfig | 1 - 1 file changed, 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 3.6-rc5/drivers/pci/Kconfig +++ 3.6-rc5-kconfig-cleanup-pci/drivers/pci/Kconfig @@ -3,7 +3,6 @@ # config ARCH_SUPPORTS_MSI bool - default n config PCI_MSI bool "Message Signaled Interrupts (MSI and MSI-X)"