aboutsummaryrefslogtreecommitdiffstats
path: root/debian/config/sh4
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2018-05-09 22:05:01 +0100
committerBen Hutchings <ben@decadent.org.uk>2018-05-09 22:08:35 +0100
commit188c1ec8ffe1dae2d429f2a4fb2d83a8861a54e8 (patch)
treefea3f7ca738cf2ecc8a95bb62615bc46622671e0 /debian/config/sh4
parent841a55bd0c62d8839ec0258de31238c9311b6555 (diff)
downloadkernel_replicant_linux-188c1ec8ffe1dae2d429f2a4fb2d83a8861a54e8.tar.gz
kernel_replicant_linux-188c1ec8ffe1dae2d429f2a4fb2d83a8861a54e8.tar.bz2
kernel_replicant_linux-188c1ec8ffe1dae2d429f2a4fb2d83a8861a54e8.zip
[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.
Diffstat (limited to 'debian/config/sh4')
-rw-r--r--debian/config/sh4/config7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/config/sh4/config b/debian/config/sh4/config
index adaf6752adfd..c423906a5afa 100644
--- a/debian/config/sh4/config
+++ b/debian/config/sh4/config
@@ -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
-