Re: [U-Boot] [PATCH v2 16/17] sandbox: cros_ec: Add Kconfig for sandbox EC config

2015-03-31 Thread Simon Glass
On 26 March 2015 at 09:29, Simon Glass wrote: > Move CONFIG_CROS_EC_SANDBOX to Kconfig. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add new patch to move CONFIG_CROS_EC_SANDBOX to Kconfig > > drivers/misc/Kconfig | 9 + > 1 file changed, 9 insertions(+) Applied to u-boot

[U-Boot] [PATCH v2 16/17] sandbox: cros_ec: Add Kconfig for sandbox EC config

2015-03-26 Thread Simon Glass
Move CONFIG_CROS_EC_SANDBOX to Kconfig. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to move CONFIG_CROS_EC_SANDBOX to Kconfig drivers/misc/Kconfig | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 1ec9b22..0e571d9 1