linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Paul Mackerras <paulus@ozlabs.org>
To: linuxppc-dev@lists.ozlabs.org
Subject: [PATCH v2 1/5] powerpc/microwatt: Select COMMON_CLK in order to get the clock framework
Date: Fri, 31 Jan 2025 17:27:27 +1100	[thread overview]
Message-ID: <Z5xtT47QsnFpxc5E@thinks.paulus.ozlabs.org> (raw)
In-Reply-To: <Z5xtIVa0y7lTDTU3@thinks.paulus.ozlabs.org>

This is to allow us to select Litex MMC host controller driver, which
drives the litesdcard gateware.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Acked-by: Nicholas Piggin <npiggin@gmail.com>
---
 arch/powerpc/platforms/microwatt/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/powerpc/platforms/microwatt/Kconfig b/arch/powerpc/platforms/microwatt/Kconfig
index 6af443a1db99..5e41adadac1f 100644
--- a/arch/powerpc/platforms/microwatt/Kconfig
+++ b/arch/powerpc/platforms/microwatt/Kconfig
@@ -6,6 +6,7 @@ config PPC_MICROWATT
 	select PPC_ICS_NATIVE
 	select PPC_ICP_NATIVE
 	select PPC_UDBG_16550
+	select COMMON_CLK
 	help
           This option enables support for FPGA-based Microwatt implementations.
 
-- 
2.47.1




  reply	other threads:[~2025-01-31  6:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-31  6:26 [PATCH v2 0/5] Microwatt updates Paul Mackerras
2025-01-31  6:27 ` Paul Mackerras [this message]
2025-01-31  6:28 ` [PATCH v2 2/5] powerpc/microwatt: Device-tree updates Paul Mackerras
2025-01-31  6:28 ` [PATCH v2 3/5] powerpc/microwatt: Define an idle power-save function Paul Mackerras
2025-01-31  6:29 ` [PATCH v2 4/5] powerpc: Define config option for processors with broadcast TLBIE Paul Mackerras
2025-01-31  6:30 ` [PATCH v2 5/5] powerpc/microwatt: Add SMP support Paul Mackerras
2025-03-02  4:40 ` [PATCH v2 0/5] Microwatt updates Madhavan Srinivasan

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=Z5xtT47QsnFpxc5E@thinks.paulus.ozlabs.org \
    --to=paulus@ozlabs.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    /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;
as well as URLs for NNTP newsgroup(s).