Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d4887ee authored by Michael Ellerman's avatar Michael Ellerman Committed by Benjamin Herrenschmidt
Browse files

powerpc/pseries: Select ARCH_RANDOM on pseries



We have a driver for the ARCH_RANDOM hook in rng.c, so we should select
ARCH_RANDOM on pseries.

Without this the build breaks if you turn ARCH_RANDOM off.

This hasn't broken the build because pseries_defconfig doesn't specify a
value for PPC_POWERNV, which is default y, and selects ARCH_RANDOM.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 2fdd313f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -20,6 +20,7 @@ config PPC_PSERIES
	select PPC_DOORBELL
	select PPC_DOORBELL
	select HAVE_CONTEXT_TRACKING
	select HAVE_CONTEXT_TRACKING
	select HOTPLUG_CPU if SMP
	select HOTPLUG_CPU if SMP
	select ARCH_RANDOM
	default y
	default y


config PPC_SPLPAR
config PPC_SPLPAR