From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 19 Jul 2018 20:17:09 -0600 Subject: [U-Boot] [PATCH v2 3/7] tpm: remove stale symbol in Kconfig In-Reply-To: <20180719203512.346-4-miquel.raynal@bootlin.com> References: <20180719203512.346-1-miquel.raynal@bootlin.com> <20180719203512.346-4-miquel.raynal@bootlin.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 19 July 2018 at 14:35, Miquel Raynal wrote: > The TPM_DRIVER_SELECTED symbol was used in one of the initial series > about TPMv2 but its use has been dropped, making these selects > useless, remove them. > > Signed-off-by: Miquel Raynal > --- > drivers/tpm/Kconfig | 3 --- > 1 file changed, 3 deletions(-) Reviewed-by: Simon Glass