Convert backlight to follow driver rules pattern
This commit is contained in:
parent
80c2e26741
commit
d4c23d881f
2 changed files with 9 additions and 10 deletions
|
@ -5,9 +5,7 @@ AUDIO_ENABLE = yes
|
|||
WS2812_DRIVER = bitbang
|
||||
|
||||
# Force task driven PWM until ARM can provide automatic configuration
|
||||
ifneq ($(strip $(BACKLIGHT_ENABLE)), no)
|
||||
BACKLIGHT_ENABLE = software
|
||||
endif
|
||||
BACKLIGHT_DRIVER = software
|
||||
|
||||
# The rest of these settings shouldn't change
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue