summaryrefslogtreecommitdiffstats
path: root/arch/Config.in.bfin
diff options
context:
space:
mode:
Diffstat (limited to 'arch/Config.in.bfin')
-rw-r--r--arch/Config.in.bfin10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/Config.in.bfin b/arch/Config.in.bfin
new file mode 100644
index 000000000..1823bde81
--- /dev/null
+++ b/arch/Config.in.bfin
@@ -0,0 +1,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