X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=config%2Fsysinfos.atom;h=2e8eb2963210e7989bc294441d79abf9cc646889;hb=56e6ade2828debbb8210ffba1faa2193cb78d05c;hp=f894407c26bff618f8a5d3dc637fd0d9647c7520;hpb=609b33c0aeaf4095bc8d298eb1f67b3a3489c010;p=hvlinux.git diff --git a/config/sysinfos.atom b/config/sysinfos.atom index f894407..2e8eb29 100644 --- a/config/sysinfos.atom +++ b/config/sysinfos.atom @@ -35,12 +35,15 @@ BOOT_PARTITION="/dev/sda1" # x86_64 (AMD Athlon 64) HVL_TARGET="x86" -# Used for setting '-march=xxx' option in CFLAGS and CPPFLAGS -MARCH_FLAGS="-march=atom -mssse3 -mfpmath=sse -fomit-frame-pointer" +# Used for setting machine-specific option in CFLAGS and CPPFLAGS +MARCH_FLAGS="-march=atom -mtune=atom" # Keyboard mapping (example: us) KEYBOARD="us" +# X.org driver (comment to build all drivers) +XORG_VIDEO_DRIVER="intel" + # Sound card support: yes or no SOUND_CARD="yes"