aboutsummaryrefslogtreecommitdiffstats
path: root/cfg/timer
diff options
context:
space:
mode:
Diffstat (limited to 'cfg/timer')
-rw-r--r--cfg/timer/hpet.cfg1
-rw-r--r--cfg/timer/hpet.scc1
-rw-r--r--cfg/timer/hz_100.cfg1
-rw-r--r--cfg/timer/hz_100.scc1
-rw-r--r--cfg/timer/hz_1000.cfg1
-rw-r--r--cfg/timer/hz_1000.scc1
-rw-r--r--cfg/timer/hz_250.cfg1
-rw-r--r--cfg/timer/hz_250.scc1
-rw-r--r--cfg/timer/no_hz.cfg1
-rw-r--r--cfg/timer/no_hz.scc1
-rw-r--r--cfg/timer/rtc.cfg1
-rw-r--r--cfg/timer/rtc.scc1
12 files changed, 12 insertions, 0 deletions
diff --git a/cfg/timer/hpet.cfg b/cfg/timer/hpet.cfg
index 12b7fa73..42a7b431 100644
--- a/cfg/timer/hpet.cfg
+++ b/cfg/timer/hpet.cfg
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
# enable /dev/hpet and allow it to be mmapped
diff --git a/cfg/timer/hpet.scc b/cfg/timer/hpet.scc
index 6c16d998..f95ea741 100644
--- a/cfg/timer/hpet.scc
+++ b/cfg/timer/hpet.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "HPET Timer Support"
define KFEATURE_COMPATIBILITY arch
diff --git a/cfg/timer/hz_100.cfg b/cfg/timer/hz_100.cfg
index 92ffacc7..fffd96f2 100644
--- a/cfg/timer/hz_100.cfg
+++ b/cfg/timer/hz_100.cfg
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
CONFIG_HZ_100=y
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
diff --git a/cfg/timer/hz_100.scc b/cfg/timer/hz_100.scc
index a4403c08..d35afe9b 100644
--- a/cfg/timer/hz_100.scc
+++ b/cfg/timer/hz_100.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable 100Hz Timer frequency"
define KFEATURE_COMPATIBILITY all
diff --git a/cfg/timer/hz_1000.cfg b/cfg/timer/hz_1000.cfg
index b8795b95..13351152 100644
--- a/cfg/timer/hz_1000.cfg
+++ b/cfg/timer/hz_1000.cfg
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
CONFIG_HZ_1000=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
diff --git a/cfg/timer/hz_1000.scc b/cfg/timer/hz_1000.scc
index 8792da75..3eb27fdd 100644
--- a/cfg/timer/hz_1000.scc
+++ b/cfg/timer/hz_1000.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable 1000Hz Timer frequency"
define KFEATURE_COMPATIBILITY all
diff --git a/cfg/timer/hz_250.cfg b/cfg/timer/hz_250.cfg
index 146bb949..f9251bbe 100644
--- a/cfg/timer/hz_250.cfg
+++ b/cfg/timer/hz_250.cfg
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
CONFIG_HZ_250=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_300 is not set
diff --git a/cfg/timer/hz_250.scc b/cfg/timer/hz_250.scc
index 51f57902..3ba2f4b9 100644
--- a/cfg/timer/hz_250.scc
+++ b/cfg/timer/hz_250.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable 250Hz Timer frequency"
define KFEATURE_COMPATIBILITY all
diff --git a/cfg/timer/no_hz.cfg b/cfg/timer/no_hz.cfg
index 8c68dcd5..a2275795 100644
--- a/cfg/timer/no_hz.cfg
+++ b/cfg/timer/no_hz.cfg
@@ -1 +1,2 @@
+# SPDX-License-Identifier: MIT
CONFIG_NO_HZ=y
diff --git a/cfg/timer/no_hz.scc b/cfg/timer/no_hz.scc
index 9409b93f..1744bf6f 100644
--- a/cfg/timer/no_hz.scc
+++ b/cfg/timer/no_hz.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable CONFIG_NO_HZ"
define KFEATURE_COMPATIBILITY all
diff --git a/cfg/timer/rtc.cfg b/cfg/timer/rtc.cfg
index 975736e7..550fcade 100644
--- a/cfg/timer/rtc.cfg
+++ b/cfg/timer/rtc.cfg
@@ -1,2 +1,3 @@
+# SPDX-License-Identifier: MIT
# enable legacy ("pc") RTC character device
CONFIG_RTC_CLASS=y
diff --git a/cfg/timer/rtc.scc b/cfg/timer/rtc.scc
index f013e577..23192af6 100644
--- a/cfg/timer/rtc.scc
+++ b/cfg/timer/rtc.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "RTC class/drivers Support"
define KFEATURE_COMPATIBILITY all