platform/x86: p2sb: Make the Kconfig symbol hidden
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 22 Aug 2023 14:25:14 +0000 (17:25 +0300)
committerHans de Goede <hdegoede@redhat.com>
Wed, 23 Aug 2023 15:31:31 +0000 (17:31 +0200)
commitb9e6cbf90fa26f93444806d18a3f629b0464d771
tree45a903988c3eabc24a9fbd9e34e5eb66d619c134
parent42bab8eac42584ecae2357a1a12b6588ee4cc53c
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>
drivers/platform/x86/Kconfig