# SPDX-License-Identifier: GPL-2.0 # # Character device configuration # config STUDENT tristate "Activate the student's driver" default n help Please fill in your help! config STUDENT_OFFSET int "Add an offset to the calculation" depends on STUDENT default 42 help Always adds VALUE to the result of your calculation