Skip to content

Commit

Permalink
platform/x86: p2sb: Make the Kconfig symbol hidden
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
andy-shev authored and jwrdegoede committed Aug 23, 2023
1 parent 42bab8e commit b9e6cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ config SEL3350_PLATFORM
endif # X86_PLATFORM_DEVICES

config P2SB
bool "Primary to Sideband (P2SB) bridge access support"
bool
depends on PCI && X86
help
The Primary to Sideband (P2SB) bridge is an interface to some
Expand Down

0 comments on commit b9e6cbf

Please sign in to comment.