Skip to content

Commit 5465951

Browse files
bulwahnherbertx
authored andcommitted
hwrng: amd - remove reference to removed PPC_MAPLE config
Commit 62f8f30 ("powerpc/64: Remove maple platform") removes the PPC_MAPLE config as a consequence of the platform’s removal. The config definition of HW_RANDOM_AMD refers to this removed config option in its dependencies. Remove the reference to the removed config option. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com> Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc) Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent e7c1d1c commit 5465951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/char/hw_random/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ config HW_RANDOM_INTEL
5050

5151
config HW_RANDOM_AMD
5252
tristate "AMD HW Random Number Generator support"
53-
depends on (X86 || PPC_MAPLE || COMPILE_TEST)
53+
depends on (X86 || COMPILE_TEST)
5454
depends on PCI && HAS_IOPORT_MAP
5555
default HW_RANDOM
5656
help

0 commit comments

Comments
 (0)