Linux clock framework development
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: Scott Branden <scott.branden@broadcom.com>,
	Stephen Boyd <sboyd@codeaurora.org>,
	Michael Turquette <mturquette@baylibre.com>
Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
	bcm-kernel-feedback-list@broadcom.com,
	Ray Jui <ray.jui@broadcom.com>, Jon Mason <jonmason@broadcom.com>
Subject: Re: [PATCH] clk: bcm: Make COMMON_CLK_IPROC into a library
Date: Wed, 23 Nov 2016 15:01:20 -0800	[thread overview]
Message-ID: <7b05e961-5a30-e690-bce0-4e8df484d42b@gmail.com> (raw)
In-Reply-To: <d7938d3a-39bb-193e-d792-369786cdc54d@broadcom.com>

Le 23/11/2016 à 14:55, Scott Branden a écrit :
>>  config COMMON_CLK_IPROC
>> -    bool "Broadcom iProc clock support"
>> -    depends on ARCH_BCM_IPROC || ARCH_BCM_63XX || COMPILE_TEST
>> -    depends on COMMON_CLK
> I think the depends on COMMON_CLK needs to remain?

That's not necessary; the options are not visible if COMMON_CLK is not
already defined, see drivers/clk/Kconfig:

menu "Common Clock Framework"
        depends on COMMON_CLK

...
source "drivers/clk/bcm/Kconfig"

endmenu.
-- 
Florian

  reply	other threads:[~2016-11-23 23:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-23 22:41 [PATCH] clk: bcm: Make COMMON_CLK_IPROC into a library Stephen Boyd
2016-11-23 22:55 ` Scott Branden
2016-11-23 23:01   ` Florian Fainelli [this message]
2016-12-08 23:11 ` Stephen Boyd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7b05e961-5a30-e690-bce0-4e8df484d42b@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=jonmason@broadcom.com \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=ray.jui@broadcom.com \
    --cc=sboyd@codeaurora.org \
    --cc=scott.branden@broadcom.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox