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 <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
1 parent 42bab8e commit b9e6cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)