mirror of
https://github.com/openharmony/kernel_linux_build.git
synced 2026-07-18 15:54:30 -04:00
e98f8b2ede
Signed-off-by: 13359001024 <wenfei9@huawei.com>
30 lines
978 B
Plaintext
30 lines
978 B
Plaintext
# Copyright (C) 2022 Huawei Device Co., Ltd.
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
# Kconfig for tracepoint test
|
|
#
|
|
|
|
menu "tracepoint test"
|
|
|
|
source "drivers/tracepointtest/vendordommap_test/Kconfig"
|
|
|
|
source "drivers/tracepointtest/vendordomprotectpkey_test/Kconfig"
|
|
|
|
source "drivers/tracepointtest/tracepoint_test/Kconfig"
|
|
|
|
source "drivers/tracepointtest/vendoramlemmcpartition_test/Kconfig"
|
|
|
|
source "drivers/tracepointtest/vendorfakebootpartition_test/Kconfig"
|
|
|
|
endmenu
|