Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753014AbbBYRTD (ORCPT ); Wed, 25 Feb 2015 12:19:03 -0500 Received: from pmta1.delivery7.ore.mailhop.org ([54.186.27.61]:52966 "EHLO pmta1.delivery7.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752358AbbBYRTB (ORCPT ); Wed, 25 Feb 2015 12:19:01 -0500 X-Mail-Handler: DuoCircle Outbound SMTP X-Originating-IP: 104.193.169.186 X-Report-Abuse-To: abuse@duocircle.com (see https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information for abuse reporting information) X-MHO-User: U2FsdGVkX18O5uflnU5acP7XEUzQf/b8 Date: Wed, 25 Feb 2015 09:14:51 -0800 From: Tony Lindgren To: Stefan Hengelein Cc: linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Greg KH , santosh shilimkar Subject: Re: Dead Kconfig Option OMAP4_ERRATA_I688 Message-ID: <20150225171451.GQ11056@atomide.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1667 Lines: 48 Hi, Adding Santosh to Cc on this one. * Stefan Hengelein [150225 09:13]: > During the research for my masters thesis i came across the > OMAP4_ERRATA_I688 option and realized, it is never possible to enable > this option. > > The a62a6e98 commit added the "&& !ARCH_MULTIPLATFORM" dependency to > disable this option for multiplatforms. However, because of enclosing > dependencies, this option isn't available for non-MULTIPLATFORM > configurations either. Yes there is no clean way currently to enable this errata for multiplatform. > CONFIG_OMAP4_ERRATA_I688 is defined in the menu "TI OMAP/AM/DM/DRA > Family" which depends on ARCH_MULTI_V6 || ARCH_MULTI_V7. (in > arch/arm/mach-omap2/Kconfig) > > ARCH_MULTI_V6 and ARCH_MULTI_V7 however are defined in the menu > "Multiple platform selection" which depends on ARCH_MULTIPLATFORM (in > arch/arm/Kconfig) > > Which is a contradiction. > > There are no selects on OMAP4_ERRATA_I688, which would ignore > dependencies, either. > > The question is: > Was disabling this option for non-MULTIPLATFORM configurations also intentional? > > i have added a minimal example of the problem. >From what I remember the plan was to try to come up with a multiplatform friendly way of doing this errata. Santosh, any suggestions here? Should we just remove the code as it seems nobody has complained about it for a few years now? Regards, Tony -- 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/