if TARGET_MESON_TL1

config SYS_CPU
	string
	default "armv8"

config SYS_BOARD
	string
	default "tl1_x301_v1"

config SYS_VENDOR
	string
	default "amlogic"

config SYS_SOC
	string
	default "tl1"

config SYS_CONFIG_NAME
	default "tl1_x301_v1"
config MTK_BT_USB
    bool "enable mtk bt usb function"
    default n
    help
        select this item will enable mtk bt usb device

endif
