summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.microblaze
blob: 0d4cf971a3e2b3ead2c02b791b900f40d1fafafe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# For a description of the syntax of this configuration file,
# see extra/config/Kconfig-language.txt
#

config TARGET_ARCH
	string
	default "microblaze"

source "extra/Configs/Config.in.arches"
menu "Target Architecture Features and Options"
source "extra/Configs/Config.in.arch"

config FORCE_OPTIONS_FOR_ARCH
	bool
	default y
	select ARCH_BIG_ENDIAN
	select ARCH_HAS_NO_MMU

config ARCH_CFLAGS
	string

config CROSS
	string
	default "mb-"

endmenu
source "extra/Configs/Config.in.common"