summaryrefslogtreecommitdiffstats
path: root/arch/Config.in.bfin
blob: 0b137ae8e8f90ec3f904a024a3a63872187a3683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
choice
	prompt "Target ABI"
	depends on BR2_bfin
	default BR2_BFIN_FDPIC
config BR2_BFIN_FDPIC
	bool "FDPIC"
config BR2_BFIN_FLAT
	bool "FLAT"
	select BR2_PREFER_STATIC_LIB
endchoice

config BR2_ARCH
	default "bfin"

config BR2_ENDIAN
        default "LITTLE"