What are the implications of doing this in one of the Kconfig files in one of my modules?
should this override the first configuration of NFCT_IRQ_PRIORITY?
from my undersanding it shouldnt but when I try to check this with an example I create on my own, I get it overrides it.
this is how I tested it:
if it doesnt override the dependencies, then I shouldnt be able to get y on all of them, but when I check the .config file I see:
is this a bug?