Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755428AbbDKKmU (ORCPT ); Sat, 11 Apr 2015 06:42:20 -0400 Received: from ozlabs.org ([103.22.144.67]:45648 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753579AbbDKKmR (ORCPT ); Sat, 11 Apr 2015 06:42:17 -0400 Message-ID: <1428748932.1552.1.camel@ellerman.id.au> Subject: Re: powerpc: CONFIG_PPC_CELLEB leftovers From: Michael Ellerman To: Valentin Rothberg Cc: benh@kernel.crashing.org, jk@ozlabs.org, pebolle@tiscali.nl, rupran@einserver.de, stefan.hengelein@fau.de, cbe-oss-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, paulus@samba.org Date: Sat, 11 Apr 2015 20:42:12 +1000 In-Reply-To: <20150410115410.GA21121@station.rsr.lip6.fr> References: <20150410115410.GA21121@station.rsr.lip6.fr> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1330 Lines: 34 On Fri, 2015-04-10 at 13:54 +0200, Valentin Rothberg wrote: > Hi Michael, Hi Valentin, > your commit bf4981a00636 ("powerpc: Remove the celleb support") in > today's Linux next tree removes the Kconfig option PPC_CELLEB. It looks > like there are some leftovers in Kconfig dependencies on this option which > avoid to properly set others (see list below). Is there a patch queued > somewhere to fix the issue? There are not yet patches to fix those. > 0 drivers/ata/Kconfig 734 depends on PCI && PPC_CELLEB > 1 drivers/ide/Kconfig 648 depends on PPC_CELLEB > 2 drivers/net/ethernet/toshiba/Kconfig 8 depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB || MIPS) || PPC_PS3 > 3 drivers/net/ethernet/toshiba/Kconfig 45 depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB) > 4 drivers/tty/hvc/Kconfig 47 depends on PPC_CELLEB > > I detected the issue with ./scripts/checkkonfigsymbols.py by diffing > today's and yesterday's Linux next trees. Thanks. I'll try and get patches for those done this week, but no promises. cheers -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/