
menuconfig CIMG_COMPONENT_ENABLED
    bool "Enable Cimg"
    default n

    config CIMG_COMPONENT_DYNAMIC
        bool "compile component as dynamic(shared) lib"
        default n
        depends on CIMG_COMPONENT_ENABLED

