x86: sandbox: pch: Add a CONFIG option for PCH
authorSimon Glass <sjg@chromium.org>
Sun, 17 Feb 2019 03:24:49 +0000 (20:24 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 20 Feb 2019 07:25:30 +0000 (15:25 +0800)
commitc882163b09b8a2c52e3dd8acd7d296d6d06d1f2e
tree11000150b6e532a79124e845948330992fb76a24
parent2cd2bc20c4db41d34e735c29b63a9c0b01f8039e
x86: sandbox: pch: Add a CONFIG option for PCH

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>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/Kconfig
drivers/Kconfig
drivers/Makefile
drivers/pch/Kconfig [new file with mode: 0644]