From: Kurt Van Dijck Date: Thu, 24 Aug 2017 07:30:08 +0000 (+0200) Subject: bcusdk: enable tpuarts support in eibd X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ebbfdde0670163f5fe1955fe4b42c15d9cfe50a4;p=buildroot.git bcusdk: enable tpuarts support in eibd 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 --- diff --git a/package/bcusdk/bcusdk.mk b/package/bcusdk/bcusdk.mk index f99dd70cba..ff5becd84b 100644 --- a/package/bcusdk/bcusdk.mk +++ b/package/bcusdk/bcusdk.mk @@ -14,6 +14,7 @@ BCUSDK_CONF_OPTS = \ --enable-onlyeibd \ --enable-ft12 \ --enable-pei16 \ + --enable-tpuarts \ --enable-eibnetip \ --enable-eibnetipserver \ --enable-eibnetiptunnel \