diff mbox series

powerpc/8xx: do not select CONFIG_PPC_LIB_RHEAP

Message ID 20180116072950.0B8F86EEC2@localhost.localdomain (mailing list archive)
State Accepted
Commit 9a3b849bfe5cba18492acf5add6ba544e43e024b
Headers show
Series powerpc/8xx: do not select CONFIG_PPC_LIB_RHEAP | expand

Commit Message

Christophe Leroy Jan. 16, 2018, 7:29 a.m. UTC
Since commit 0e6e01ff694ee ("CPM/QE: use genalloc to manage CPM/QE
muram"), rheap is not used anymore.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
---
 arch/powerpc/platforms/Kconfig.cputype | 1 -
 1 file changed, 1 deletion(-)

Comments

Michael Ellerman Jan. 17, 2018, 1:30 p.m. UTC | #1
On Tue, 2018-01-16 at 07:29:49 UTC, Christophe Leroy wrote:
> Since commit 0e6e01ff694ee ("CPM/QE: use genalloc to manage CPM/QE
> muram"), rheap is not used anymore.
> 
> Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/9a3b849bfe5cba18492acf5add6ba5

cheers
diff mbox series

Patch

diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype
index 8944b24d2218..5a8b1bf1e819 100644
--- a/arch/powerpc/platforms/Kconfig.cputype
+++ b/arch/powerpc/platforms/Kconfig.cputype
@@ -33,7 +33,6 @@  config PPC_85xx
 config PPC_8xx
 	bool "Freescale 8xx"
 	select FSL_SOC
-	select PPC_LIB_RHEAP
 	select SYS_SUPPORTS_HUGETLBFS
 
 config 40x