blob: 30c622bd396e03e55349bc0347c73f860efb3750 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("serial") {
deps = [
"aml-uart",
"ftdi",
"ftdi:ftdi-fake-usb",
"serial",
"usb-cdc-acm",
"usb-cdc-acm:fake-usb-cdc-acm",
]
if (current_cpu == "x64") {
deps += [ "intel-serialio" ]
deps += [ "uart16550" ]
}
}