forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/staging/nvec/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0
12 config MFD_NVEC
23 tristate "NV Tegra Embedded Controller SMBus Interface"
34 depends on I2C && GPIOLIB && ARCH_TEGRA
....@@ -7,7 +8,7 @@
78 controller.
89
910 To compile this driver as a module, say M here: the module will be
10
- called mfd-nvec
11
+ called mfd-nvec
1112
1213 config KEYBOARD_NVEC
1314 tristate "Keyboard on nVidia compliant EC"
....@@ -17,7 +18,7 @@
1718 a nVidia compliant embedded controller.
1819
1920 To compile this driver as a module, say M here: the module will be
20
- called keyboard-nvec
21
+ called keyboard-nvec
2122
2223 config SERIO_NVEC_PS2
2324 tristate "PS2 on nVidia EC"
....@@ -27,7 +28,7 @@
2728 to a nVidia compliant embedded controller.
2829
2930 To compile this driver as a module, say M here: the module will be
30
- called serio-nvec-ps2
31
+ called serio-nvec-ps2
3132
3233
3334 config NVEC_POWER
....@@ -38,7 +39,7 @@
3839 nVidia compliant embedded controllers.
3940
4041 To compile this driver as a module, say M here: the module will be
41
- called nvec-power
42
+ called nvec-power
4243
4344
4445 config NVEC_PAZ00
....@@ -49,5 +50,5 @@
4950 devices, e.g. Toshbia AC100 and Dynabooks AZ netbooks.
5051
5152 To compile this driver as a module, say M here: the module will be
52
- called nvec-paz00
53
+ called nvec-paz00
5354