From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966126AbcIWWDD (ORCPT ); Fri, 23 Sep 2016 18:03:03 -0400 Received: from mga14.intel.com ([192.55.52.115]:63414 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936366AbcIWWDC (ORCPT ); Fri, 23 Sep 2016 18:03:02 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,383,1470726000"; d="scan'208";a="12616160" Date: Fri, 23 Sep 2016 18:14:02 -0400 From: Keith Busch To: Bjorn Helgaas Cc: linux-pci@vger.kernel.org, Bjorn Helgaas , Thomas Gleixner , LKML Subject: Re: [PATCHv3 2/2] x86/vmd: Add PCI domain specific LED option Message-ID: <20160923221402.GA1272@keith> References: <1473779140-4016-1-git-send-email-keith.busch@intel.com> <1473779140-4016-2-git-send-email-keith.busch@intel.com> <20160923143441.GF1514@localhost> <20160923165702.GA20686@keith> <20160923191223.GA16019@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160923191223.GA16019@localhost> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 23, 2016 at 02:12:23PM -0500, Bjorn Helgaas wrote: > BTW, the "Volume Management Device Driver" config item appears by > itself in the top-level menuconfig menu. That seems a little ... > presumptuous; is it what you intended? Not really intended, but I didn't really know any better at the time. :). I think drivers/pci/host/ is a more appropriate home for this driver. I'll send a patch to relocate it, along with necessary Kconfig updates.