]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
hwrng: amd - remove reference to removed PPC_MAPLE config
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Wed, 6 Nov 2024 08:13:43 +0000 (09:13 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 15 Nov 2024 11:52:51 +0000 (19:52 +0800)
Commit 62f8f307c80e ("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>
drivers/char/hw_random/Kconfig

index bf9b2354766aefd8a34c40d30c7c6fc8db9b276e..17854f052386efa0cf3e4c83d60dd9d6d64755ea 100644 (file)
@@ -50,7 +50,7 @@ config HW_RANDOM_INTEL
 
 config HW_RANDOM_AMD
        tristate "AMD HW Random Number Generator support"
-       depends on (X86 || PPC_MAPLE || COMPILE_TEST)
+       depends on (X86 || COMPILE_TEST)
        depends on PCI && HAS_IOPORT_MAP
        default HW_RANDOM
        help