mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 16:23:59 -04:00
Most Keplers actually use the GPIO-based voltage management instead of the new PWM-based one. Use the GPIO mode as a fallback as it already gracefully handles the case where no GPIOs exist. All the Maxwells seem to use the PWM method though. v2: - Do not forget to commit the PWM configuration change! Signed-off-by: Martin Peres <martin.peres@free.fr>
6 lines
172 B
Makefile
6 lines
172 B
Makefile
nvkm-y += nvkm/subdev/volt/base.o
|
|
nvkm-y += nvkm/subdev/volt/gpio.o
|
|
nvkm-y += nvkm/subdev/volt/nv40.o
|
|
nvkm-y += nvkm/subdev/volt/gk104.o
|
|
nvkm-y += nvkm/subdev/volt/gk20a.o
|