Hi Paul, On 14-07-2013 10:54, Paul Bolle wrote: > 0) Mainline commit 8926fa4f9b6160b1953ca44852d6044b58a829e1 ("thermal: > ti-soc-thermal: add thermal data for DRA752 chips") added a Kconfig > entry for DRA752_THERMAL. > > 1) That symbol depends on SOC_DRA7XX. But SOC_DRA7XX doesn't exist. This > means that currently the code depending on DRA752_THERMAL can't be > build. > > 2) Why is this dependency on SOC_DRA7XX needed? And what would > SOC_DRA7XX actually be? Some searches on the web returned nothing that > could show me what it is. That is the config which says the kernel has the support for the DRA7XX soc family. The core support didnt make for 3.11. But I had already sent this code for review and merge by then. The core code can be seen here: git://github.com/rrnayak/linux.git for-3.12/dra-core-data for instance. > > > Paul Bolle > > > -- You have got to be excited about what you are doing. (L. Lamport) Eduardo Valentin