Merge pull request #7276 from zvecr/feature/backlight_driver_config
Convert backlight to follow driver rules pattern
This commit is contained in:
commit
adb72b60b0
3 changed files with 52 additions and 19 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