blob: ffcb9c837a4315478ef5f4e16dc5b731940b99eb [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#
2# For a description of the syntax of this configuration file,
3# see extra/config/Kconfig-language.txt
4#
5
6config TARGET_ARCH
7 string
8 default "h8300"
9
10config FORCE_OPTIONS_FOR_ARCH
11 bool
12 default y
13 select ARCH_ANY_ENDIAN
14 select ARCH_HAS_NO_MMU
15
16choice
17 prompt "Target Processor"
18 default CONFIG_H8300H
19 help
20 This is the processor type of your CPU.
21
22config CONFIG_H8300H
23 bool "H8300H"
24
25config CONFIG_H8S
26 bool "H8S (edosk2674)"
27
28endchoice