tools/verification/rvgen/rvgen/templates/Kconfig

Source file repositories/reference/linux-study-clean/tools/verification/rvgen/rvgen/templates/Kconfig

File Facts

System
Linux kernel
Corpus path
tools/verification/rvgen/rvgen/templates/Kconfig
Extension
[no extension]
Size
193 bytes
Lines
10
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: build/configuration rule
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only
#
config RV_MON_%%MODEL_NAME_UP%%
	depends on RV
%%MONITOR_DEPS%%
	select %%MONITOR_CLASS_TYPE%%
	bool "%%MODEL_NAME%% monitor"
	help
	  %%DESCRIPTION%%

Annotation

Implementation Notes