18 lines
332 B
Plaintext
18 lines
332 B
Plaintext
# 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
|