Make the video software generator a devicetree node, which allows enabling
several instances, and select it as chosen { zephyr,camera = &... }; node.
It can be enabled via a `video-sw-generator` snippet.
Signed-off-by: Josuah Demangeon <me@josuah.net>
8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
CONFIG_VIDEO=y
|
|
CONFIG_SHELL=y
|
|
CONFIG_DEVICE_SHELL=y
|
|
CONFIG_PRINTK=y
|
|
CONFIG_LOG=y
|
|
CONFIG_DISPLAY=y
|
|
CONFIG_REQUIRES_FLOAT_PRINTF=y
|