summaryrefslogtreecommitdiff
path: root/utils/tuning/libtuning/parsers/__init__.py
diff options
context:
space:
mode:
authorPaul Elder <paul.elder@ideasonboard.com>2022-10-06 20:19:59 +0900
committerPaul Elder <paul.elder@ideasonboard.com>2022-11-25 15:37:44 +0900
commit49dfb9ae43c42558fd6cde49893574c795de0b95 (patch)
tree50fa5bc2a8a7924b7c17659b9ab71f2df10e7cda /utils/tuning/libtuning/parsers/__init__.py
parentf715a75843edece43acc97a64567d656e9c6df44 (diff)
utils: libtuning: parsers: Add raspberrypi parser
Add a parser to libtuning for parsing configuration files that are the same format as raspberrypi's ctt's configuration files. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'utils/tuning/libtuning/parsers/__init__.py')
-rw-r--r--utils/tuning/libtuning/parsers/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/tuning/libtuning/parsers/__init__.py b/utils/tuning/libtuning/parsers/__init__.py
index 9ccabb0e..9d20d2fc 100644
--- a/utils/tuning/libtuning/parsers/__init__.py
+++ b/utils/tuning/libtuning/parsers/__init__.py
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright (C) 2022, Paul Elder <paul.elder@ideasonboard.com>
+
+from libtuning.parsers.raspberrypi_parser import RaspberryPiParser