
13 Feb
2019
13 Feb
'19
10:38 a.m.
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass sjg@chromium.org 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 sjg@chromium.org
arch/Kconfig | 2 ++ drivers/Kconfig | 2 ++ drivers/Makefile | 2 +- drivers/pch/Kconfig | 9 +++++++++ 4 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 drivers/pch/Kconfig
Reviewed-by: Bin Meng bmeng.cn@gmail.com