Mapping old kconfig symbols to new versions of the SDK

Hi,

I have a working set of code that we are going to move to the latest version of the SDK.  Currently we are using v2.3.0.  I am trying to move to another version (2.6.0). I know there will be things that will cause problems but what i cant figure out is how to find new kconfig items such as CONFIG_COUNTER_TIMER1.  this works in 2.3.0 but doesn't in 2.6.0 when defined in the prj.conf.  Is there someplace I can look to see what config items are removed and what they now should be for each new version?  These types of things are very difficult to find and I am new o this set of code so im having a difficult time figuring out how to map the old defines to new defines if they even exist.  Suggestions?

Thanks in advance

Brian

Related