#if !defined(__i386__) && !defined(__ia64__) #error "This driver has only been tested on the x86/ia64 platforms" #endif
make clean make mrproper cp configs/<version>-x86_64.config .config make menuconfig
it looks like driver only works on i386 and ia64.