commit | c882163b09b8a2c52e3dd8acd7d296d6d06d1f2e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 16 20:24:49 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Feb 20 15:25:30 2019 +0800 |
tree | 11000150b6e532a79124e845948330992fb76a24 | |
parent | 2cd2bc20c4db41d34e735c29b63a9c0b01f8039e [diff] |
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>