# mainmenu "Astfin Configuration" config ASTFIN_HAVE_DOT_CONFIG bool default y config ASTFIN_TARGET_TOOLCHAIN_COMPILER_4 bool default y config ASTFIN_HAS_SSL bool default y choice prompt "Target Architecture" default ASTFIN_BLACKFINONE_V2_1 help Stuff config ASTFIN_BLACKFINONE_V2_1 bool "Blackfin One v2.1" config ASTFIN_BLACKFINONE_V2 bool "Blackfin One v2" config ASTFIN_IP04 bool "IP04 IP-PBX" config ASTFIN_STAMP537 bool "Blackfin STAMP 537" config ASTFIN_PR1_APPLIANCE bool "PR1 Appliance" endchoice choice prompt "Target Architecture Configuration" default ASTFIN_TARGET_DEFAULTS config ASTFIN_TARGET_DEFAULTS bool "Default Settings" config ASTFIN_TARGET_CUSTOM bool "Custom Kernel Options" endchoice source "package/Config.in" menu "Build options" config ASTFIN_WGET string "Wget command" default "wget --passive-ftp -nd" config ASTFIN_SVN string "Subversion (svn) checkout command" default "svn co" config ASTFIN_TAR_OPTIONS string "Tar options" default "" help Options to pass to tar when extracting the sources. E.g. " -v --exclude='*.svn*'" to exclude all .svn internal files and to be verbose. config ASTFIN_DL_DIR string "Download dir" default "$(BASE_DIR)/dl" help Directory to store all the source files that we need to fetch. config ASTFIN_SOURCEFORGE_MIRROR string "Sourceforge mirror site" default "easynews" help Sourceforge has a system of mirror sites. Some sites may be closer to your location, and sometimes mirror sites go down and are no longer available. This option allows you to select your preferred Sourceforge mirror site. The list of mirrors is available here: http://prdownloads.sourceforge.net/index-sf.html?download config ASTFIN_TOPDIR_PREFIX string "Custom build dir prefix" default "" help Add a custom string to the beginning of the build directories. build_ARCH -> [PREFIX]_build_ARCH toolchain_build_ARCH -> [PREFIX]_toolchain_build_ARCH config ASTFIN_TOPDIR_SUFFIX string "Custom build dir suffix" default "" help Add a custom string to the end of the build directories. build_ARCH -> build_ARCH_[SUFFIX] toolchain_build_ARCH -> toolchain_build_ARCH_[SUFFIX] config ASTFIN_GNU_BUILD_SUFFIX string "GNU build hostname suffix" default "bfin-uclinux" help The string used to pass to configure scripts via the --build= option. Just specify the suffix here, the leading arch will be filled in automatically. Here's some copy and paste build host options for you: linux: pc-linux-gnu cygwin: pc-cygwin os x: apple-darwin7 / apple-darwin8 config ASTFIN_JLEVEL int "Number of jobs to run simultaneously" default "1" help Number of jobs to run simultanesouly endmenu