分类: LINUX
2008-06-13 19:39:52
# For a descrīption of the syntax of this configuration file, # see Documentation/kbuild/config-language.txt. # mainmenu_name "Linux Kernel Configuration" mainmenu_option next_comment comment 'System Type' choice 'ARM system type' \ "SA1100-based CONFIG_ARCH_SA1100 \ PXA250/210-based CONFIG_ARCH_PXA250 \ S3C2400-based CONFIG_ARCH_S3C2400 \ S3C2410-based CONFIG_ARCH_S3C2410 \ S3C2440-based CONFIG_ARCH_S3C2440 " mainmenu_option next_comment comment 'Implementations' if [ "$CONFIG_ARCH_S3C2400" = "y" ]; then choice 'Platform' \ "SMDK CONFIG_S3C2400_SMDK \ GAMEPARK CONFIG_S3C2400_GAMEPARK" if [ "$CONFIG_S3C2400_GAMEPARK" = "y" ]; then bool ' Support OS Switching' CONFIG_S3C2400_GAMEPARK_OSSWITCH bool ' Run in the RAM' CONFIG_S3C2400_GAMEPARK_ON_RAM fi fi |