Add an LSC module for RkISP1. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7 lines
265 B
Python
7 lines
265 B
Python
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# Copyright (C) 2022, Paul Elder <paul.elder@ideasonboard.com>
|
|
|
|
from libtuning.modules.lsc.lsc import LSC
|
|
from libtuning.modules.lsc.raspberrypi import ALSCRaspberryPi
|
|
from libtuning.modules.lsc.rkisp1 import LSCRkISP1
|