mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Start collecting Intel x86 related drivers in its own subfolder. Move intel_skl_int3472 first. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20210618125516.53510-7-andriy.shevchenko@linux.intel.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
21 lines
565 B
Text
21 lines
565 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Intel x86 Platform Specific Drivers
|
|
#
|
|
|
|
menuconfig X86_PLATFORM_DRIVERS_INTEL
|
|
bool "Intel x86 Platform Specific Device Drivers"
|
|
default y
|
|
help
|
|
Say Y here to get to see options for device drivers for
|
|
various Intel x86 platforms, including vendor-specific
|
|
drivers. This option alone does not add any kernel code.
|
|
|
|
If you say N, all options in this submenu will be skipped
|
|
and disabled.
|
|
|
|
if X86_PLATFORM_DRIVERS_INTEL
|
|
|
|
source "drivers/platform/x86/intel/int3472/Kconfig"
|
|
|
|
endif # X86_PLATFORM_DRIVERS_INTEL
|