Date: Fri, 30 May 2014 05:17:14 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266868 - head/sys/arm/conf Message-ID: <201405300517.s4U5HE5c040722@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rpaulo Date: Fri May 30 05:17:14 2014 New Revision: 266868 URL: http://svnweb.freebsd.org/changeset/base/266868 Log: Cleanup the RADXA kernel config file a bit and enable modules. Modified: head/sys/arm/conf/RADXA Modified: head/sys/arm/conf/RADXA ============================================================================== --- head/sys/arm/conf/RADXA Fri May 30 04:44:07 2014 (r266867) +++ head/sys/arm/conf/RADXA Fri May 30 05:17:14 2014 (r266868) @@ -22,9 +22,6 @@ ident RADXA include "../rockchip/std.rk30xx" -makeoptions MODULES_OVERRIDE="" -makeoptions WITHOUT_MODULES="ahc" - options HZ=100 options SCHED_4BSD # 4BSD scheduler options INET # InterNETworking @@ -51,6 +48,7 @@ options KBD_INSTALL_CDEV # install a CD options PREEMPTION options FREEBSD_BOOT_LOADER options VFP # vfp/neon +options SMP # Enable multiple cores # Debugging makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols @@ -73,7 +71,7 @@ options DIAGNOSTIC #device mmc # mmc/sd bus #device mmcsd # mmc/sd flash cards -# Boot device is 2nd slice on MMC/SD card +# Boot device is 2nd slice on USB options ROOTDEVNAME=\"ufs:/dev/da0s2\" # Console and misc @@ -121,4 +119,3 @@ options FDT options FDT_DTB_STATIC makeoptions FDT_DTS_FILE=rk3188-radxa.dts -options SMP # Enable multiple cores
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405300517.s4U5HE5c040722>