Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1502391 > unrolled thread
| Started by | Fabio Estevam <festevam@gmail.com> |
|---|---|
| First post | 2016-10-17 21:50 +0200 |
| Last post | 2016-10-17 22:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] hwrng: meson: Fix module autoload for OF registration Fabio Estevam <festevam@gmail.com> - 2016-10-17 21:50 +0200
Re: [PATCH] hwrng: meson: Fix module autoload for OF registration Javier Martinez Canillas <javier@osg.samsung.com> - 2016-10-17 22:10 +0200
| From | Fabio Estevam <festevam@gmail.com> |
|---|---|
| Date | 2016-10-17 21:50 +0200 |
| Subject | Re: [PATCH] hwrng: meson: Fix module autoload for OF registration |
| Message-ID | <stm54-7V9-43@gated-at.bofh.it> |
On Mon, Oct 17, 2016 at 5:40 PM, Javier Martinez Canillas <javier@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.
[toc] | [next] | [standalone]
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Date | 2016-10-17 22:10 +0200 |
| Message-ID | <stmop-8jb-5@gated-at.bofh.it> |
| In reply to | #1502391 |
Hello Fabio, On 10/17/2016 04:45 PM, Fabio Estevam wrote: > On Mon, Oct 17, 2016 at 5:40 PM, Javier Martinez Canillas > <javier@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. > Yes, I did a commit by mistake. Sorry about that. Jason already pointed out and I posted a v2. Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web