|
TIOVX User Guide
|
63 #ifndef TIVX_CONFIG_H_ 64 #define TIVX_CONFIG_H_ 66 #if defined(SOC_J721E) 67 #include <TI/tivx_config_j721e.h> 68 #elif defined(SOC_J721S2) 69 #include <TI/tivx_config_j721s2.h> 70 #elif defined(SOC_J784S4) 71 #include <TI/tivx_config_j784s4.h> 72 #elif defined(SOC_AM62A) 73 #include <TI/tivx_config_am62a.h> 75 #error Must define SOC_<SOC_NAME>, options: SOC_J721E, SOC_J721S2, SOC_J784S4, SOC_AM62A