You won't be able to enable it because it doesn't exist any more - it was removed over two years ago by this commit which is included in 2.6.39 and later kernels.
If you're interested in how you can figure things like that out yourself then the answer is that I used git log -S sched_compat_yield
in a kernel checkout to look for commits which introduce or remove that string from the code.