diff --git a/config/bengalcamera.conf b/config/bengalcamera.conf index 451723eebce30..051268ee0ff12 100644 --- a/config/bengalcamera.conf +++ b/config/bengalcamera.conf @@ -2,3 +2,9 @@ # Copyright (c) 2019, The Linux Foundation. All rights reserved. export CONFIG_SPECTRA_CAMERA=y +export CONFIG_SPECTRA_ISP=y +export CONFIG_SPECTRA_SENSOR=y +export CONFIG_SPECTRA_ICP=y +export CONFIG_SPECTRA_JPEG=y +export CONFIG_SPECTRA_LRME=y +export CONFIG_SPECTRA_FD=y diff --git a/config/bengalcameraconf.h b/config/bengalcameraconf.h index 1a77140180043..6d3b107796517 100644 --- a/config/bengalcameraconf.h +++ b/config/bengalcameraconf.h @@ -4,4 +4,10 @@ */ #define CONFIG_SPECTRA_CAMERA 1 +#define CONFIG_SPECTRA_ISP 1 +#define CONFIG_SPECTRA_SENSOR 1 +#define CONFIG_SPECTRA_ICP 1 +#define CONFIG_SPECTRA_JPEG 1 +#define CONFIG_SPECTRA_LRME 1 +#define CONFIG_SPECTRA_FD 1 diff --git a/config/konacamera.conf b/config/konacamera.conf index 9b08bcb80c2ba..9d3834b98695e 100644 --- a/config/konacamera.conf +++ b/config/konacamera.conf @@ -1 +1,6 @@ -export CONFIG_SPECTRA_CAMERA=y \ No newline at end of file +export CONFIG_SPECTRA_CAMERA=y +export CONFIG_SPECTRA_ISP=y +export CONFIG_SPECTRA_SENSOR=y +export CONFIG_SPECTRA_ICP=y +export CONFIG_SPECTRA_JPEG=y +export CONFIG_SPECTRA_FD=y diff --git a/config/konacameraconf.h b/config/konacameraconf.h index 875b95587ab6d..971c8383e5890 100644 --- a/config/konacameraconf.h +++ b/config/konacameraconf.h @@ -5,4 +5,9 @@ #define CONFIG_SPECTRA_CAMERA 1 +#define CONFIG_SPECTRA_ISP 1 +#define CONFIG_SPECTRA_SENSOR 1 +#define CONFIG_SPECTRA_ICP 1 +#define CONFIG_SPECTRA_JPEG 1 +#define CONFIG_SPECTRA_FD 1 diff --git a/config/litocamera.conf b/config/litocamera.conf index 451723eebce30..051268ee0ff12 100644 --- a/config/litocamera.conf +++ b/config/litocamera.conf @@ -2,3 +2,9 @@ # Copyright (c) 2019, The Linux Foundation. All rights reserved. export CONFIG_SPECTRA_CAMERA=y +export CONFIG_SPECTRA_ISP=y +export CONFIG_SPECTRA_SENSOR=y +export CONFIG_SPECTRA_ICP=y +export CONFIG_SPECTRA_JPEG=y +export CONFIG_SPECTRA_LRME=y +export CONFIG_SPECTRA_FD=y diff --git a/config/litocameraconf.h b/config/litocameraconf.h index 1a77140180043..08b473441ff56 100644 --- a/config/litocameraconf.h +++ b/config/litocameraconf.h @@ -4,4 +4,9 @@ */ #define CONFIG_SPECTRA_CAMERA 1 - +#define CONFIG_SPECTRA_ISP 1 +#define CONFIG_SPECTRA_SENSOR 1 +#define CONFIG_SPECTRA_ICP 1 +#define CONFIG_SPECTRA_JPEG 1 +#define CONFIG_SPECTRA_LRME 1 +#define CONFIG_SPECTRA_FD 1