The biblatex release notes recommend to setup backend=biber in biblatex.cfg, however LaTeX refuses to accept this text in biblatex.cfg:
\ProvidesFile{biblatex.cfg}
\usepackage[backend=biber]{biblatex}
\endinput
LaTeX says, "The package biblatex has already been loaded with options..."
How to set up backend parameter in here properly?