Re: [PATCH] hwrng: remove unbuildable picoxcell TRNG

2014-04-16 Thread Herbert Xu
On Tue, Apr 15, 2014 at 11:06:14AM +0100, Jamie Iles wrote: > Hi Paul, > > On Tue, Apr 15, 2014 at 10:55:18AM +0200, Paul Bolle wrote: > > The driver for the "Picochip picoXcell true random number generator" was > > added in v2.6.39. Its Kconfig symbol has always depended on > > PICOXCELL_PC3X3. B

Re: [PATCH] hwrng: remove unbuildable picoxcell TRNG

2014-04-15 Thread Jamie Iles
Hi Paul, On Tue, Apr 15, 2014 at 10:55:18AM +0200, Paul Bolle wrote: > The driver for the "Picochip picoXcell true random number generator" was > added in v2.6.39. Its Kconfig symbol has always depended on > PICOXCELL_PC3X3. But that Kconfig symbol has never been part of the > tree. This means thi

[PATCH] hwrng: remove unbuildable picoxcell TRNG

2014-04-15 Thread Paul Bolle
The driver for the "Picochip picoXcell true random number generator" was added in v2.6.39. Its Kconfig symbol has always depended on PICOXCELL_PC3X3. But that Kconfig symbol has never been part of the tree. This means this driver has never been buildable. Let's remove it. It can be re-added if its