Skip to content

Commit

Permalink
add jxf22 sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
themactep committed Apr 27, 2024
1 parent 554e4f5 commit 7ca70e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Config.sensor.in
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ choice BR2_SENSOR_NAME
bool "Sony IMX327"
config BR2_SENSOR_IMX335
bool "Sony IMX335"
config BR2_SENSOR_JXF22
bool "JX-F22"
config BR2_SENSOR_JXF23
bool "JX-F23"
config BR2_SENSOR_JXF28P
Expand Down
2 changes: 2 additions & 0 deletions external.mk
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ else ifeq ($(BR2_SENSOR_IMX327),y)
SENSOR_MODEL := imx327
else ifeq ($(BR2_SENSOR_IMX335),y)
SENSOR_MODEL := imx335
else ifeq ($(BR2_SENSOR_JXF22),y)
SENSOR_MODEL := jxf22
else ifeq ($(BR2_SENSOR_JXF23),y)
SENSOR_MODEL := jxf23
else ifeq ($(BR2_SENSOR_JXF28P),y)
Expand Down

0 comments on commit 7ca70e3

Please sign in to comment.