OpenCores
URL https://opencores.org/ocsvn/core_arm/core_arm/trunk

Subversion Repositories core_arm

[/] [core_arm/] [trunk/] [build/] [config/] [Configs/] [Config.in] - Rev 4

Compare with Previous | Blame | View Log

#
# For a description of the syntax of this configuration file,
# see extra/config/Kconfig-language.txt
#
mainmenu "Core Configuration"

choice
        prompt "Target Architecture"
        default TARGET_arm
        help
          Stuff

config TARGET_arm
        bool "arm"

config TARGET_sparc
        bool "sparc"

config TARGET_m68k
        bool "m68k"

endchoice



menu "Target Architecture Features and Options"

if TARGET_arm
source "build/config/Configs/Config.arm"
endif

if TARGET_sparc
source "build/config/Configs/Config.sparc"
endif

source "build/config/Configs/Config.in.arch"

endmenu

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.