34f274f9c0
This sensor driver needs rework to match the needed layout for standar NuttX driver. In the meantime it is moved to board specific sensors to fix the violation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
10 lines
205 B
Plaintext
10 lines
205 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config VIDEO_ISX012
|
|
bool "ISX012 Image sensor"
|
|
default n
|
|
select I2C
|