diff options
Diffstat (limited to 'src/ec/lenovo')
-rw-r--r-- | src/ec/lenovo/h8/Kconfig | 2 | ||||
-rw-r--r-- | src/ec/lenovo/pmh7/Kconfig | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/ec/lenovo/h8/Kconfig b/src/ec/lenovo/h8/Kconfig index 6311d54163..b15657d21a 100644 --- a/src/ec/lenovo/h8/Kconfig +++ b/src/ec/lenovo/h8/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + config EC_LENOVO_H8 select EC_ACPI bool diff --git a/src/ec/lenovo/pmh7/Kconfig b/src/ec/lenovo/pmh7/Kconfig index 27815bc017..2e9426ce4c 100644 --- a/src/ec/lenovo/pmh7/Kconfig +++ b/src/ec/lenovo/pmh7/Kconfig @@ -1,2 +1,4 @@ +## SPDX-License-Identifier: GPL-2.0-only + config EC_LENOVO_PMH7 bool |