commit | a78518506b5875037ce9471713c488fa25ddbed1 | [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 | f43b0835ce351cae7ea5c15e2bfbc206836903a7 [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>