Skip to content

Commit

Permalink
x86: p2sb: make P2SB driver depend on P2SB uclass
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
  • Loading branch information
br-ww authored and lbmeng committed Jul 17, 2020
1 parent d872e7d commit ce04a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ config HAVE_ITSS

config HAVE_P2SB
bool "Enable P2SB"
depends on P2SB
help
Select this to include the driver for the Primary to
Sideband Bridge (P2SB) which is found on several Intel
Expand Down

0 comments on commit ce04a90

Please sign in to comment.