I assume you mean LINQ to SQL as LINQ and stored procedures are two very different things.
One of the main reasons to use any ORM is to increase the speed of developement. Whenever you have a component that will create queries for you that is one less thing you have to write yourself.