diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2019-03-11 18:10:40 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-27 13:07:54 -0400 |
commit | 3634946f5224c29c88095fc97c5468e0735719d4 (patch) | |
tree | 785b04473091f06a86b476482720d009931641d3 /drivers/misc/mei | |
parent | 21c75ad65f8e5213ec542d99c259ffe3e3671e81 (diff) |
mei: add missing SPDX tag to mei Kconfig
Add SPDX tag with GPLv2 license to mei Kconfig.
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei')
-rw-r--r-- | drivers/misc/mei/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/mei/Kconfig b/drivers/misc/mei/Kconfig index 74e2c667dce0..998fb4ae9791 100644 --- a/drivers/misc/mei/Kconfig +++ b/drivers/misc/mei/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0 | ||
1 | config INTEL_MEI | 2 | config INTEL_MEI |
2 | tristate "Intel Management Engine Interface" | 3 | tristate "Intel Management Engine Interface" |
3 | depends on X86 && PCI | 4 | depends on X86 && PCI |