-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Andy Shevchenko
authored and
Hans de Goede
committed
Jun 22, 2021
1 parent
7540599
commit 8bd836f
Showing
12 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# SPDX-License-Identifier: GPL-2.0 | ||
# | ||
# Makefile for drivers/platform/x86/intel | ||
# Intel x86 Platform-Specific Drivers | ||
# | ||
|
||
obj-$(CONFIG_INTEL_SKL_INT3472) += int3472/ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.