commit | ce04a9020c41a2ebf1d85e01532da69d2d2e2119 | [log] [tgz] |
---|---|---|
author | Wolfgang Wallner <wolfgang.wallner@br-automation.com> | Wed Jul 01 13:37:24 2020 +0200 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Jul 17 14:32:24 2020 +0800 |
tree | 982e28a1a79f6967c6071dcea624eb7b9eed4104 | |
parent | d872e7da7a7e5c7199fa59506e08524277621649 [diff] |
x86: p2sb: make P2SB driver depend on P2SB uclass Currently it is possible to select the P2SB driver without selecting the P2SB uclass, which can't work. Fix this by adding a "depends on" in Kconfig. Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>