From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752123AbdGDJBL (ORCPT ); Tue, 4 Jul 2017 05:01:11 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:40892 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751631AbdGDJBK (ORCPT ); Tue, 4 Jul 2017 05:01:10 -0400 Date: Tue, 4 Jul 2017 11:01:09 +0200 From: Greg KH To: Peter Rosin Cc: Linus Torvalds , Andrew Morton , Arnd Bergmann , Linux Kernel Mailing List Subject: Re: [PATCH v2] mux: remove the Kconfig question for the subsystem Message-ID: <20170704090109.GA20760@kroah.com> References: <1499156564-29458-1-git-send-email-peda@axentia.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1499156564-29458-1-git-send-email-peda@axentia.se> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 04, 2017 at 10:22:44AM +0200, Peter Rosin wrote: > The MULTIPLEXER question in the Kconfig might be confusing and is > of dubious value. Remove it. This makes consumers responsible for > selecting MULTIPLEXER, which they already do. > > Signed-off-by: Peter Rosin > --- > drivers/mux/Kconfig | 19 +++++-------------- > 1 file changed, 5 insertions(+), 14 deletions(-) Looks good to me, I'll queue it up for after 4.13-rc1, unless Linus wants to take this now directly. greg k-h