hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/misc/mei/Kconfig
....@@ -1,3 +1,5 @@
1
+# SPDX-License-Identifier: GPL-2.0
2
+# Copyright (c) 2003-2019, Intel Corporation. All rights reserved.
13 config INTEL_MEI
24 tristate "Intel Management Engine Interface"
35 depends on X86 && PCI
....@@ -7,7 +9,7 @@
79 if selected /dev/mei misc device will be created.
810
911 For more information see
10
- <http://software.intel.com/en-us/manageability/>
12
+ <https://software.intel.com/en-us/manageability/>
1113
1214 config INTEL_MEI_ME
1315 tristate "ME Enabled Intel Chipsets"
....@@ -43,3 +45,5 @@
4345
4446 Supported SoCs:
4547 Intel Bay Trail
48
+
49
+source "drivers/misc/mei/hdcp/Kconfig"