From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935423AbdGTMBo (ORCPT ); Thu, 20 Jul 2017 08:01:44 -0400 Received: from ozlabs.org ([103.22.144.67]:54635 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934876AbdGTMBn (ORCPT ); Thu, 20 Jul 2017 08:01:43 -0400 From: Michael Ellerman To: Krzysztof Kozlowski , linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , Benjamin Herrenschmidt , Paul Mackerras , linuxppc-dev@lists.ozlabs.org Subject: Re: [RESEND PATCH] powerpc: defconfig: Cleanup from old Kconfig options In-Reply-To: <1500526827-3961-1-git-send-email-krzk@kernel.org> References: <1500526827-3961-1-git-send-email-krzk@kernel.org> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Thu, 20 Jul 2017 22:01:39 +1000 Message-ID: <87k233gvvg.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Krzysztof Kozlowski writes: > Remove old, dead Kconfig option USB_LED. It is gone since > commit a335aaf3125c ("usb: misc: remove outdated USB LED driver"). > > Signed-off-by: Krzysztof Kozlowski > --- > arch/powerpc/configs/c2k_defconfig | 1 - > arch/powerpc/configs/ppc6xx_defconfig | 1 - > 2 files changed, 2 deletions(-) Thanks. I'm working on cleaning up all the dead options in our defconfigs, so I'll make this part of that series. cheers