Same deal as in https://github.com/zephyrproject-rtos/zephyr/pull/20280, for newly-introduced stuff. Will avoid failures with the new CI test in https://github.com/zephyrproject-rtos/ci-tools/pull/112, though it only checks changed files. Also fix some un-indented properties on choices. Choice properties work the same as symbol properties syntactically. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
Introduce a Kconfig symbol that utilizes a dt function to determine if we have STM32 CCM functionality being utilized. This removes the dependance on parsing symbols from generated_dts_board.conf. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>