cpu rendering (android)

Is there a way in unity to enable cpu rendering if the mobile processor hasn’t a gpu?

Unity uses OpenGLES; how the device chooses to render is not under Unity’s control. If it’s software rendered, Unity won’t know or care. (Except that it’ll be probably be slow and ugly.)