1if TARGET_GE_B1X5V2 2 3config SYS_BOARD 4 default "b1x5v2" 5 6config SYS_VENDOR 7 default "ge" 8 9config SYS_CONFIG_NAME 10 default "ge_b1x5v2" 11 12source "board/ge/common/Kconfig" 13 14endif 15