Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753481AbbKBKK7 (ORCPT ); Mon, 2 Nov 2015 05:10:59 -0500 Received: from mail-yk0-f174.google.com ([209.85.160.174]:33792 "EHLO mail-yk0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751420AbbKBKK5 (ORCPT ); Mon, 2 Nov 2015 05:10:57 -0500 MIME-Version: 1.0 In-Reply-To: <563718C4.5050503@linaro.org> References: <563718C4.5050503@linaro.org> Date: Mon, 2 Nov 2015 15:40:56 +0530 Message-ID: Subject: Re: [PATCH 5/7] clocksource/drivers/pxa_timer: Move the Kconfig rule From: Amit Kucheria To: Daniel Lezcano Cc: Thomas Gleixner , John Stultz , LKML , Russell King , "moderated list:ARM PORT" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1095 Lines: 37 On Mon, Nov 2, 2015 at 1:33 PM, Daniel Lezcano wrote: > > Hi Amit, > > On 11/02/2015 08:44 AM, Amit Kucheria wrote: >> >> On Fri, Oct 30, 2015 at 4:22 AM, Daniel Lezcano >> wrote: >>> >>> Instead of having the clocksource's Kconfig depending on the arch, let >>> the >>> arch to select the timer it needs. >> >> >> Is this the prescribed way to do things nowadays? It leads to more >> options showing up in 'make menuconfig'. Why do I need to see >> CLKSRC_PXA if I'm not even compiling for ARCH_PXA (and not interesting >> in COMPILE_TEST)? > > > That won't happen. > > As the 'bool' has no string after, it won't show up in the menuconfig. Nice, I didn't know that. > Actually, with the next patch, only COMPILE_TEST will show it up in the > > Device Drivers->Clocksource drivers. Thanks. -- 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/