[PATCH 4/4] media: samsung: scaler: Add Kconfig and Makefile

Kisung Lee posted 4 patches 1 month, 1 week ago
[PATCH 4/4] media: samsung: scaler: Add Kconfig and Makefile
Posted by Kisung Lee 1 month, 1 week ago
Add Kconfig and Makefile for Scaler driver directory.
This will serve as the entry point for enabling and building
Exynosautov920 specific device drivers.

Signed-off-by: Kisung Lee <kiisung.lee@samsung.com>
---
 drivers/media/platform/samsung/Kconfig  | 1 +
 drivers/media/platform/samsung/Makefile | 1 +
 2 files changed, 2 insertions(+)

diff --git a/drivers/media/platform/samsung/Kconfig b/drivers/media/platform/samsung/Kconfig
index 0e34c5fc1dfc..baff5f7b9c3a 100644
--- a/drivers/media/platform/samsung/Kconfig
+++ b/drivers/media/platform/samsung/Kconfig
@@ -8,3 +8,4 @@ source "drivers/media/platform/samsung/s3c-camif/Kconfig"
 source "drivers/media/platform/samsung/s5p-g2d/Kconfig"
 source "drivers/media/platform/samsung/s5p-jpeg/Kconfig"
 source "drivers/media/platform/samsung/s5p-mfc/Kconfig"
+source "drivers/media/platform/samsung/v920-scaler/Kconfig"
diff --git a/drivers/media/platform/samsung/Makefile b/drivers/media/platform/samsung/Makefile
index 21fea3330e4b..7a9e6f126628 100644
--- a/drivers/media/platform/samsung/Makefile
+++ b/drivers/media/platform/samsung/Makefile
@@ -5,3 +5,4 @@ obj-y += s3c-camif/
 obj-y += s5p-g2d/
 obj-y += s5p-jpeg/
 obj-y += s5p-mfc/
+obj-y += v920-scaler/
-- 
2.25.1
Re: [PATCH 4/4] media: samsung: scaler: Add Kconfig and Makefile
Posted by Krzysztof Kozlowski 1 month, 1 week ago
On 27/08/2025 06:47, Kisung Lee wrote:
> Add Kconfig and Makefile for Scaler driver directory.
> This will serve as the entry point for enabling and building
> Exynosautov920 specific device drivers.


That's not a separate commit.

> 
> Signed-off-by: Kisung Lee <kiisung.lee@samsung.com>
> ---
>  drivers/media/platform/samsung/Kconfig  | 1 +
>  drivers/media/platform/samsung/Makefile | 1 +
>  2 files changed, 2 insertions(+)


BTW, your patchset does not pass checks required by Samsung SoC
maintainer profile. Use the tools instead of reviewers...

Best regards,
Krzysztof