]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/extra/Configs/Config.powerpc
Update
[l4.git] / l4 / pkg / l4re-core / uclibc / lib / contrib / uclibc / extra / Configs / Config.powerpc
1 #
2 # For a description of the syntax of this configuration file,
3 # see extra/config/Kconfig-language.txt
4 #
5
6 config TARGET_ARCH
7         string
8         default "powerpc"
9
10 config FORCE_OPTIONS_FOR_ARCH
11         bool
12         default y
13         select ARCH_BIG_ENDIAN
14         select ARCH_HAS_MMU
15         select ARCH_HAS_DEPRECATED_SYSCALLS
16
17 choice
18         prompt "Target Processor Type"
19         default CONFIG_CLASSIC
20         help
21           This is the processor core of your CPU. This information is used for
22           determining the correct assembler instructions to use for the core.
23
24           The default is to build for a classic powerpc.
25
26 config CONFIG_CLASSIC
27         bool "CLASSIC"
28         help
29           Classic powerpc architecture.
30
31 config CONFIG_E500
32         bool "E500"
33         help
34           e500 v1 and v2 core.
35
36 endchoice