diff options
| author | Mieczyslaw Nalewaj | 2025-06-01 06:49:28 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-06-08 13:59:55 +0000 |
| commit | b44f85f51cbe63d1994917d543d998fccf826dce (patch) | |
| tree | d105130a9ab18a284b297d0e9e2980563f91ddb8 | |
| parent | 628b3ff2c3ddd24cdef1c14326fa2fa2dd87e098 (diff) | |
| download | openwrt-b44f85f51cbe63d1994917d543d998fccf826dce.tar.gz | |
kernel: remove duplicate PREEMPT settings
Remove duplicate PREEMPT settings PREEMPT_NONE_BUILD and PREEMPT_RT
which are already in target/linux/generic/config-6.12.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/18986
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/d1/config-6.12 | 1 | ||||
| -rw-r--r-- | target/linux/pistachio/config-6.12 | 1 | ||||
| -rw-r--r-- | target/linux/sifiveu/config-6.12 | 2 | ||||
| -rw-r--r-- | target/linux/x86/config-6.12 | 2 |
4 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/d1/config-6.12 b/target/linux/d1/config-6.12 index 9a49062a3e..5d2b2e58fe 100644 --- a/target/linux/d1/config-6.12 +++ b/target/linux/d1/config-6.12 @@ -297,7 +297,6 @@ CONFIG_POWER_RESET_SYSCON=y CONFIG_POWER_RESET_SYSCON_POWEROFF=y CONFIG_POWER_SUPPLY=y CONFIG_PPS=y -CONFIG_PREEMPT_NONE_BUILD=y CONFIG_PRINTK_TIME=y CONFIG_PTP_1588_CLOCK=y CONFIG_PTP_1588_CLOCK_OPTIONAL=y diff --git a/target/linux/pistachio/config-6.12 b/target/linux/pistachio/config-6.12 index d608211a7f..4b7d740c5e 100644 --- a/target/linux/pistachio/config-6.12 +++ b/target/linux/pistachio/config-6.12 @@ -250,7 +250,6 @@ CONFIG_PINCTRL=y CONFIG_PINCTRL_PISTACHIO=y CONFIG_POWER_SUPPLY=y CONFIG_PPS=y -CONFIG_PREEMPT_NONE_BUILD=y CONFIG_PRINTK_TIME=y CONFIG_PROC_EVENTS=y CONFIG_PTP_1588_CLOCK=y diff --git a/target/linux/sifiveu/config-6.12 b/target/linux/sifiveu/config-6.12 index d8c8277c47..3959049c7c 100644 --- a/target/linux/sifiveu/config-6.12 +++ b/target/linux/sifiveu/config-6.12 @@ -319,8 +319,6 @@ CONFIG_POWER_RESET_RESTART=y CONFIG_POWER_RESET_SYSCON=y CONFIG_POWER_RESET_SYSCON_POWEROFF=y CONFIG_PPS=y -CONFIG_PREEMPT_NONE_BUILD=y -# CONFIG_PREEMPT_RT is not set CONFIG_PRINTK_TIME=y CONFIG_PTP_1588_CLOCK=y CONFIG_PTP_1588_CLOCK_OPTIONAL=y diff --git a/target/linux/x86/config-6.12 b/target/linux/x86/config-6.12 index 7a72dd2577..ebe2fa1d24 100644 --- a/target/linux/x86/config-6.12 +++ b/target/linux/x86/config-6.12 @@ -351,8 +351,6 @@ CONFIG_PHYSICAL_START=0x1000000 # CONFIG_PHY_INTEL_LGM_EMMC is not set CONFIG_POSIX_CPU_TIMERS_TASK_WORK=y CONFIG_POWER_SUPPLY=y -CONFIG_PREEMPT_NONE_BUILD=y -# CONFIG_PREEMPT_RT is not set # CONFIG_PROCESSOR_SELECT is not set CONFIG_PROC_PAGE_MONITOR=y CONFIG_PROC_PID_ARCH_STATUS=y |