1
0
Fork 0

Remove legacy BACKLIGHT_CUSTOM_DRIVER option (#13731)

This commit is contained in:
Joel Challis 2021-07-27 01:17:58 +01:00 committed by GitHub
parent 394272a266
commit 368efb5d2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 10 deletions

View file

@ -363,11 +363,6 @@ ifeq ($(strip $(LCD_ENABLE)), yes)
CIE1931_CURVE := yes
endif
# backward compat
ifeq ($(strip $(BACKLIGHT_CUSTOM_DRIVER)), yes)
BACKLIGHT_DRIVER := custom
endif
VALID_BACKLIGHT_TYPES := pwm timer software custom
BACKLIGHT_ENABLE ?= no