blob: 07251b6581ed85e43b45c497df69570973c6e328 [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.
driver("hi3660-gpio") {
sources = [
"hi3660-gpio.c",
]
deps = [
"$zx/system/banjo/ddk.protocol.gpio",
"$zx/system/banjo/ddk.protocol.gpioimpl",
"$zx/system/banjo/ddk.protocol.platform.bus",
"$zx/system/banjo/ddk.protocol.platform.device",
"$zx/system/dev/gpio/pl061",
"$zx/system/dev/lib/hi3660",
"$zx/system/ulib/ddk",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
]
}