Various Kconfig files: Kconfig files should not select SCHED_WORKQUEUE since that is really only is only the logical OR if SCHED_LPWORK and SCHED_HPWORK. Selecting it has no effect other than to produce an erroneous configuration.

This commit is contained in:
Gregory Nutt 2019-06-29 10:10:43 -06:00
parent 980a89bfb6
commit 3f9ef89e19
3 changed files with 5 additions and 7 deletions

View File

@ -1115,7 +1115,6 @@ menuconfig CXD56_SDIO
default n
select ARCH_HAVE_SDIO
select SDIO_BLOCKSETUP
select SCHED_WORKQUEUE
select SCHED_HPWORK
if CXD56_SDIO

View File

@ -1490,7 +1490,7 @@ config STM32L4_SDMMC1
bool "SDMMC1"
default n
select ARCH_HAVE_SDIO
select SCHED_WORKQUEUE
select SCHED_HPWORK
select STM32L4_SAI1PLL
select STM32L4_SDMMC
select ARCH_HAVE_SDIOWAIT_WRCOMPLETE
@ -1548,7 +1548,7 @@ config STM32L4_SAI1_A
default n
select AUDIO
select I2S
select SCHED_WORKQUEUE
select SCHED_HPWORK
select STM32L4_SAI
depends on STM32L4_SAI1
@ -1557,7 +1557,7 @@ config STM32L4_SAI1_B
default n
select AUDIO
select I2S
select SCHED_WORKQUEUE
select SCHED_HPWORK
select STM32L4_SAI
depends on STM32L4_SAI1
@ -1571,7 +1571,7 @@ config STM32L4_SAI2_A
default n
select AUDIO
select I2S
select SCHED_WORKQUEUE
select SCHED_HPWORK
select STM32L4_SAI
depends on STM32L4_SAI2
@ -1580,7 +1580,7 @@ config STM32L4_SAI2_B
default n
select AUDIO
select I2S
select SCHED_WORKQUEUE
select SCHED_HPWORK
select STM32L4_SAI
depends on STM32L4_SAI2

View File

@ -47,7 +47,6 @@ config CAN_NPENDINGRTR
config CAN_TXREADY
bool "can_txready interface"
default n
select SCHED_WORKQUEUE
---help---
This selection enables the can_txready() interface. This interface
is needed only for CAN hardware that supports queing of outgoing