Many files in the HAL layer depended on SOC_ macros without explicitly including soc_caps.h
We should define caps as 1 if true. When use the caps macros, #if and #if ! should be used instead of #ifdef/#ifndef.