[PATCH v2 0/2] x86: p2sb: P2SB fixes

Wolfgang Wallner wolfgang.wallner at br-automation.com
Wed Jul 1 13:26:53 CEST 2020


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.

While at it, correct the meaning of P2SB (according to Intel's
documentation P2SB stands for "Primary to Sideband Bridge").

Remark: I have resent this series as V2 as I had messed up the cover
letter in V1.

Changes in v3:
- Replaced the term in two more places

Changes in v2:
- Fixed cover letter

Wolfgang Wallner (2):
  drivers: p2sb: replace Primary-to-Sideband Bus with Primary to
    Sideband Bridge
  x86: p2sb: make P2SB driver depend on P2SB uclass

 arch/x86/Kconfig     |  1 +
 drivers/misc/Kconfig | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

-- 
2.27.0




More information about the U-Boot mailing list