[PATCH] hwrng: meson: Fix module autoload for OF registration

Fabio Estevam festevam at gmail.com
Mon Oct 17 12:45:33 PDT 2016


On Mon, Oct 17, 2016 at 5:40 PM, Javier Martinez Canillas
<javier at osg.samsung.com> wrote:

> --- a/drivers/char/tpm/Kconfig
> +++ b/drivers/char/tpm/Kconfig
> @@ -32,7 +32,7 @@ config TCG_TIS_CORE
>
>  config TCG_TIS
>         tristate "TPM Interface Specification 1.2 Interface / TPM 2.0 FIFO Interface"
> -       depends on X86
> +       depends on X86 || COMPILE_TEST

This is a separate change.



More information about the linux-amlogic mailing list