Re: [U-Boot] [PATCH 15/33] x86: sandbox: pch: Add a CONFIG option for PCH

2019-02-13 Thread Jean-Jacques Hiblot
On 22/01/2019 02:12, Simon Glass wrote: At present this uclass is selected only on x86. In order to add a test for it, it must also support sandbox. Create a new CONFIG_PCH option and enable it on x86 and sandbox. Signed-off-by: Simon Glass --- arch/Kconfig| 2 ++ drivers/Kconfig

Re: [U-Boot] [PATCH 15/33] x86: sandbox: pch: Add a CONFIG option for PCH

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > At present this uclass is selected only on x86. In order to add a test for > it, it must also support sandbox. Create a new CONFIG_PCH option and > enable it on x86 and sandbox. > > Signed-off-by: Simon Glass > --- > > arch/Kconfig|

[U-Boot] [PATCH 15/33] x86: sandbox: pch: Add a CONFIG option for PCH

2019-01-21 Thread Simon Glass
At present this uclass is selected only on x86. In order to add a test for it, it must also support sandbox. Create a new CONFIG_PCH option and enable it on x86 and sandbox. Signed-off-by: Simon Glass --- arch/Kconfig| 2 ++ drivers/Kconfig | 2 ++ drivers/Makefile| 2 +- driver