Remove legacy BACKLIGHT_CUSTOM_DRIVER option (#13731)
This commit is contained in:
parent
394272a266
commit
368efb5d2b
4 changed files with 2 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue