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"