remove libresolv stub
[uclibc-ng.git] / extra / Configs / Config.h8300
blob0c5486cdc1a05f7d3ba261ff53d3a876a99eeb98
2 # For a description of the syntax of this configuration file,
3 # see extra/config/Kconfig-language.txt
6 config TARGET_ARCH
7         string
8         default "h8300"
10 config FORCE_OPTIONS_FOR_ARCH
11         bool
12         default y
13         select ARCH_BIG_ENDIAN
14         select ARCH_HAS_NO_MMU
15         select ARCH_HAS_NO_LDSO
16         select HAVE_NO_PIC
18 choice
19         prompt "Target Processor"
20         default CONFIG_H8300H
21         help
22           This is the processor type of your CPU.
24 config CONFIG_H8300H
25         bool "H8300H"
27 config CONFIG_H8S
28         bool "H8S (edosk2674)"
30 endchoice