if TARGET_BT2

config SYS_CPU
	default "armv7"

config SYS_BOARD
	default "bt2"

config SYS_VENDOR
	default "boundary"

config SYS_SOC
	default "mx6"

config SYS_CONFIG_NAME
	default "bt"

config ENV_WLMAC
	bool
	default	y

source "board/boundary/common/Kconfig"

endif
