bcusdk: enable tpuarts support in eibd
authorKurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
Thu, 24 Aug 2017 07:30:08 +0000 (09:30 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 24 Aug 2017 21:07:21 +0000 (23:07 +0200)
This commit will enable tpuarts in eibd as well. tpuarts is as
important as FT1.2 support, which is already enabled by default.

This causes a 8 KB increase of the installed size in /usr/bin (728 KB
instead of 720 KB for /usr/bin), so not enough to justify a separate
configuration option.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/bcusdk/bcusdk.mk

index f99dd70cba16381eaab26769fb5e1dc40ff695b4..ff5becd84ba430d28466846846fc9001f63d1119 100644 (file)
@@ -14,6 +14,7 @@ BCUSDK_CONF_OPTS = \
        --enable-onlyeibd \
        --enable-ft12 \
        --enable-pei16 \
+       --enable-tpuarts \
        --enable-eibnetip \
        --enable-eibnetipserver \
        --enable-eibnetiptunnel \