aarch64: add hwcap header file
[uclibc-ng.git] / extra / Configs / Config.metag
blobe55822281953920042eb5ad2004fc6716e84ba0e
2 # For a description of the syntax of this configuration file,
3 # see extra/config/Kconfig-language.txt
5 # Copyright (C) 2013, Imagination Technologies Ltd.
7 # Licensed under LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
10 config TARGET_ARCH
11         default "metag"
13 config FORCE_OPTIONS_FOR_ARCH
14         bool
15         default y
16         select ARCH_LITTLE_ENDIAN
17         select ARCH_HAS_MMU
19 choice
20         prompt "Target Processor Type"
21         default CONFIG_META_2_1
22         help
23           This is the processor type of your CPU. This information is used for
24           optimizing purposes.
26 config CONFIG_META_1_2
27         bool "Meta 1.2"
29 config CONFIG_META_2_1
30         bool "Meta 2.1"
32 endchoice