[sh4] Delete ineffective setting of CONFIG_PREEMPT_NONE

If multiple options in a "choice" group are enabled, kconfig uses the
last (and warns about this).  This means that the global default of
CONFIG_PREEMPT_VOLUNTARY=y has always overridden the setting of
CONFIG_PREEMPT_NONE=y here.

Since no-one seems to have complained, assume that the default is OK
and remove this.
This commit is contained in:
Ben Hutchings 2018-05-09 22:05:01 +01:00
parent 841a55bd0c
commit 188c1ec8ff
1 changed files with 0 additions and 7 deletions

View File

@ -56,10 +56,3 @@ CONFIG_HZ_250=y
##
CONFIG_SPARSE_IRQ=y
##
## file: kernel/Kconfig.preempt
##
## choice: Preemption Model
CONFIG_PREEMPT_NONE=y
## end choice