linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Yuan Tan <tanyuan@tinylab.org>
To: mpe@ellerman.id.au, christophe.leroy@csgroup.eu,
	tglx@linutronix.de, mingo@redhat.com, tsbogend@alpha.franken.de,
	hdegoede@redhat.com
Cc: linux-kernel@vger.kernel.org, x86@kernel.org,
	linux-mips@vger.kernel.org, linux@weissschuh.net,
	falcon@tinylab.org, linuxppc-dev@lists.ozlabs.org, w@1wt.eu,
	Yuan Tan <tanyuan@tinylab.org>
Subject: [PATCH v2 3/3] kconfig: add dependencies of POWER_RESET for PowerMac
Date: Fri,  1 Sep 2023 10:43:25 +0800	[thread overview]
Message-ID: <60cbfd566777a6d6e3664d7f29fa91424716c873.1693535514.git.tanyuan@tinylab.org> (raw)
In-Reply-To: <cover.1693535514.git.tanyuan@tinylab.org>

PowerMac's power off depends on ADB_CUDA to work. Enable it when
POWER_RESET is set for convenience.

Suggested-by: Zhangjin Wu <falcon@tinylab.org>
Signed-off-by: Yuan Tan <tanyuan@tinylab.org>
---
 arch/powerpc/platforms/powermac/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/powerpc/platforms/powermac/Kconfig b/arch/powerpc/platforms/powermac/Kconfig
index 130707ec9f99..9e633d7e8367 100644
--- a/arch/powerpc/platforms/powermac/Kconfig
+++ b/arch/powerpc/platforms/powermac/Kconfig
@@ -2,6 +2,7 @@
 config PPC_PMAC
 	bool "Apple PowerMac based machines"
 	depends on PPC_BOOK3S && CPU_BIG_ENDIAN
+	select ADB_CUDA if POWER_RESET
 	select MPIC
 	select FORCE_PCI
 	select PPC_INDIRECT_PCI if PPC32
-- 
2.34.1



  parent reply	other threads:[~2023-09-01  2:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-01  2:42 [PATCH v2 0/3] Add dependencies of POWER_RESET for MIPS Malta, x86, and PowerMac Yuan Tan
2023-09-01  2:42 ` [PATCH v2 1/3] kconfig: add dependencies of POWER_RESET for mips malta Yuan Tan
2023-09-04  7:40   ` Philippe Mathieu-Daudé
2023-09-04  9:24     ` Yuan Tan
2023-09-04 10:51       ` Philippe Mathieu-Daudé
2023-09-04 10:58         ` Christophe Leroy
2023-09-04 17:40           ` Yuan Tan
2023-09-04 19:08             ` Philippe Mathieu-Daudé
2023-09-14  7:28         ` Yuan Tan
2023-09-01  2:43 ` [PATCH v2 2/3] kconfig: add dependencies of POWER_RESET for x86 Yuan Tan
2023-09-01  2:43 ` Yuan Tan [this message]
2023-09-01  6:10   ` [PATCH v2 3/3] kconfig: add dependencies of POWER_RESET for PowerMac Christophe Leroy
2023-09-01 18:02     ` Yuan Tan

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=60cbfd566777a6d6e3664d7f29fa91424716c873.1693535514.git.tanyuan@tinylab.org \
    --to=tanyuan@tinylab.org \
    --cc=christophe.leroy@csgroup.eu \
    --cc=falcon@tinylab.org \
    --cc=hdegoede@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux@weissschuh.net \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mingo@redhat.com \
    --cc=mpe@ellerman.id.au \
    --cc=tglx@linutronix.de \
    --cc=tsbogend@alpha.franken.de \
    --cc=w@1wt.eu \
    --cc=x86@kernel.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).