blob: 144924a6576996b3d5584264ee4ddc4ae75915f0 [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 "alpha"
9
10config FORCE_OPTIONS_FOR_ARCH
11 bool
12 default y
13 select ARCH_LITTLE_ENDIAN
14 select ARCH_HAS_MMU
15 select ARCH_HAS_NO_LDSO
16 select UCLIBC_HAS_LFS