diff mbox series

[01/13] ARM: at91: Kconfig: add sam9x60 pll config flag

Message ID 1573635069-30883-2-git-send-email-claudiu.beznea@microchip.com (mailing list archive)
State New, archived
Headers show
Series add defconfig support for SAM9X60 | expand

Commit Message

Claudiu Beznea Nov. 13, 2019, 8:50 a.m. UTC
Add SAM9X60's pll config flag.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 arch/arm/mach-at91/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Thomas Petazzoni Nov. 13, 2019, 10:09 a.m. UTC | #1
On Wed, 13 Nov 2019 10:50:57 +0200
Claudiu Beznea <claudiu.beznea@microchip.com> wrote:

> Add SAM9X60's pll config flag.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>

You should explain why this flag is needed, because as it is, this flag
is here, then selected in your PATCH 2/13, but not used anywhere.

Could you clarify this ?

Thanks,

Thomas
Claudiu Beznea Nov. 13, 2019, 10:41 a.m. UTC | #2
On 13.11.2019 12:09, Thomas Petazzoni wrote:
> On Wed, 13 Nov 2019 10:50:57 +0200
> Claudiu Beznea <claudiu.beznea@microchip.com> wrote:
> 
>> Add SAM9X60's pll config flag.
>>
>> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
> 
> You should explain why this flag is needed, because as it is, this flag
> is here, then selected in your PATCH 2/13, but not used anywhere.
> 
> Could you clarify this ?

It is the flag that introduced drivers/clk/at91/clk-sam9x60-pll.c.

Thank you,
Claudiu Beznea

> 
> Thanks,
> 
> Thomas
>
diff mbox series

Patch

diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index af41725fcc72..262b550d7329 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -154,6 +154,9 @@  config HAVE_AT91_AUDIO_PLL
 config HAVE_AT91_I2S_MUX_CLK
 	bool
 
+config HAVE_AT91_SAM9X60_PLL
+	bool
+
 config SOC_SAM_V4_V5
 	bool