This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux kernel configuration produces warning: (SOC_OMAP5 && SOC_DRA7XX) selects ARM_ERRATA_799270 which has unmet direct dependencies (CPU_V7 && SMP)

Other Parts Discussed in Thread: AM3358

I believe this same warning was produced when building th "stock" TI kernel from the SDK (version 7):

warning: (SOC_OMAP5 && SOC_DRA7XX) selects ARM_ERRATA_799270 which has unmet direct dependencies (CPU_V7 && SMP)

The kernel seems to work properly, so I'm not sure if this is something to be concerned about or not.

CPU_V7 is enabled, but SMP is not - and the AM3358 that we're using is a single-core processor. I suspect this is innocuous, but it would be nice to know for sure.