diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2021-06-18 15:55:15 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-06-22 11:32:02 +0200 |
commit | 8bd836feb6cad6bd746da09a86bda0f5ee5c4b01 (patch) | |
tree | 30bd332166b03540a3e9eafa84f5c9f72d2b461b /drivers/platform/x86/intel/Kconfig | |
parent | 7540599a5ef1cbe8d20993ca0c3202d8409338e1 (diff) | |
download | linux-8bd836feb6cad6bd746da09a86bda0f5ee5c4b01.tar.gz linux-8bd836feb6cad6bd746da09a86bda0f5ee5c4b01.tar.bz2 linux-8bd836feb6cad6bd746da09a86bda0f5ee5c4b01.zip |
platform/x86: intel_skl_int3472: Move to intel/ subfolder
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>
Diffstat (limited to 'drivers/platform/x86/intel/Kconfig')
-rw-r--r-- | drivers/platform/x86/intel/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/platform/x86/intel/Kconfig b/drivers/platform/x86/intel/Kconfig new file mode 100644 index 000000000000..33f2dab03d3d --- /dev/null +++ b/drivers/platform/x86/intel/Kconfig @@ -0,0 +1,21 @@ +# 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 |