KVM without BIOS option

I have a Amilo XA 2528 notebook. The processor has the svm flag, so it should support visualization.

egrep ‘^flags.*(vmx|svm)’ /proc/cpuinfo
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsrsse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsrsse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy

But in the notebook BIOS I have no option to activate visualization. (The BIOS is updated to the latest version.)
log: kvm: disabled by bios

Is there a possibility to run kvm without bios activation?