diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-03 07:41:43 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-03 07:41:43 +0000 |
commit | cf8099bef716953dc528e5e42bc93ef719cb41b4 (patch) | |
tree | 57155b60155c40511ef90d28b33ebb0e084749fa | |
parent | 5b29aec0b565aaebe618d7e480e7d6013c9516ba (diff) |
arcturus-ucbf54x: enable serial
-rw-r--r-- | target/bfin/systems/arcturus-ucbf54x | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/bfin/systems/arcturus-ucbf54x b/target/bfin/systems/arcturus-ucbf54x index fc5d87829..6f140a8fc 100644 --- a/target/bfin/systems/arcturus-ucbf54x +++ b/target/bfin/systems/arcturus-ucbf54x @@ -2,6 +2,7 @@ config ADK_TARGET_SYSTEM_ARCTURUS_UCBF54X bool "Arcturus uCBF54x" select ADK_TARGET_CPU_BFIN_BF548 select ADK_TARGET_WITH_NETDEVICE + select ADK_TARGET_WITH_SERIAL select ADK_TARGET_KERNEL_WITH_COMPRESSION select ADK_TARGET_KERNEL_IMAGE_GZ select ADK_TARGET_PACKAGE_TXZ |