Skip to content

Commit b9e6cbf

Browse files
andy-shevjwrdegoede
authored andcommitted
platform/x86: p2sb: Make the Kconfig symbol hidden
The P2SB is used purely as a library and all users must select it with depends on PCI select P2SB if X86 statement. Without this the combination of different configuration options may lead to build failures. Suggested-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20230822142514.2140897-1-andriy.shevchenko@linux.intel.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1 parent 42bab8e commit b9e6cbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/platform/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ config SEL3350_PLATFORM
11031103
endif # X86_PLATFORM_DEVICES
11041104

11051105
config P2SB
1106-
bool "Primary to Sideband (P2SB) bridge access support"
1106+
bool
11071107
depends on PCI && X86
11081108
help
11091109
The Primary to Sideband (P2SB) bridge is an interface to some

0 commit comments

Comments
 (0)