1#
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 "nios2"
9
10config FORCE_OPTIONS_FOR_ARCH
11	bool
12	default y
13	select ARCH_LITTLE_ENDIAN
14