[Feature] add GA346 baseline version
Change-Id: Ic62933698569507dcf98240cdf5d9931ae34348f
diff --git a/src/kernel/linux/v4.19/Documentation/driver-api/pm/conf.py b/src/kernel/linux/v4.19/Documentation/driver-api/pm/conf.py
new file mode 100644
index 0000000..a89fac1
--- /dev/null
+++ b/src/kernel/linux/v4.19/Documentation/driver-api/pm/conf.py
@@ -0,0 +1,10 @@
+# -*- coding: utf-8; mode: python -*-
+
+project = "Device Power Management"
+
+tags.add("subproject")
+
+latex_documents = [
+ ('index', 'pm.tex', project,
+ 'The kernel development community', 'manual'),
+]