summaryrefslogtreecommitdiffstats
path: root/arch/Config.in.bfin
blob: 1823bde8119d951a90b9513866cbe4eb8e6b1a00 (plain)
1
2
3
4
5
6
7
8
9
10
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