74df4b70b3
Rearchitect video driver: - Define two video I/F(struct imgsensor_ops_s and struct imgdata_ops_s), and support them. - CISIF driver supports new video I/F struct imgdata_ops_s. - ISX012 driver supports new video I/F struct imgsensor_ops_s. - Move ISX012 driver to general driver directory.
10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
if SPECIFIC_DRIVERS
|
|
source "drivers/platform/audio/Kconfig"
|
|
source "drivers/platform/sensors/Kconfig"
|
|
endif
|