Set the DMA ws2812b to default OFF in build

Former-commit-id: 1e8775cf07bd33b61429e65ce309f42a8f464828
This commit is contained in:
T. van der Zwan 2014-09-22 20:21:17 +02:00
parent b4d7410520
commit b92ea3a5d6
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ message(STATUS "ENABLE_DISPMANX = " ${ENABLE_DISPMANX})
option(ENABLE_SPIDEV "Enable the SPIDEV device" ON)
message(STATUS "ENABLE_SPIDEV = " ${ENABLE_SPIDEV})
option(ENABLE_WS2812BPWM "Enable the WS2812b-PWM device" ON)
option(ENABLE_WS2812BPWM "Enable the WS2812b-PWM device" OFF)
message(STATUS "ENABLE_WS2812BPWM = " ${ENABLE_WS2812BPWM})
option(ENABLE_V4L2 "Enable the V4L2 grabber" ON)