List-Id: U-Boot discussion <u-boot.lists.denx.de>
From: wolfgang.wallner at br-automation.com (Wolfgang Wallner)
Date: Wed, 1 Jul 2020 10:59:59 +0200
Subject: [PATCH 0/2] Currently it is possible to select the P2SB driver
without selecting the
Message-ID: <20200701090001.229889-1-wolfgang.wallner@br-automation.com>
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").
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 | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)