How to enable global build option in package?

Hi,

I like to enable the global build option CONFIG_JSON_ADD_IMAGE_INFO from a package.

I tried the following things:

DEPENDS:=+@CONFIG_JSON_ADD_IMAGE_INFO

and:

PKG_CONFIG_DEPENDS:= \
   CONFIG_JSON_ADD_IMAGE_INFO \

But that did not work.

Thank you,
mwarning