mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-07-24 22:07:45 -04:00
25d9297aaf
Signed-off-by: YOUR_NAME <guodongqi2@huawei.com>
13 lines
443 B
Plaintext
Executable File
13 lines
443 B
Plaintext
Executable File
# Copyright (c) 2021 Huawei Device Co., Ltd.
|
|
#
|
|
# HDF is dual licensed: you can use it either under the terms of
|
|
# the GPL, or the BSD license, at your option.
|
|
# See the LICENSE file in the root of this repository for complete details.
|
|
|
|
config DRIVERS_HDF_PLATFORM_UART_SAMPLE
|
|
bool "Enable HDF platform uart sample driver"
|
|
default n
|
|
depends on DRIVERS_HDF_PLATFORM
|
|
help
|
|
Answer Y to enable HDF platform uart sample driver.
|