Skip to content

Commit 4ec575b

Browse files
krzkguoren83
authored andcommitted
csky: Cleanup old Kconfig options
CONFIG_CLKSRC_OF is gone since commit bb0eb05 ("clocksource/drivers: Rename CLKSRC_OF to TIMER_OF"). The platform already selects TIMER_OF. CONFIG_HAVE_DMA_API_DEBUG is gone since commit 6e88628 ("dma-debug: remove CONFIG_HAVE_DMA_API_DEBUG"). CONFIG_DEFAULT_DEADLINE is gone since commit f382fb0 ("block: remove legacy IO schedulers"). Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Guo Ren <[email protected]>
1 parent bebd26a commit 4ec575b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

arch/csky/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ config CSKY
99
select ARCH_USE_QUEUED_RWLOCKS if NR_CPUS>2
1010
select COMMON_CLK
1111
select CLKSRC_MMIO
12-
select CLKSRC_OF
1312
select CSKY_MPINTC if CPU_CK860
1413
select CSKY_MP_TIMER if CPU_CK860
1514
select CSKY_APB_INTC
@@ -47,7 +46,6 @@ config CSKY
4746
select HAVE_PERF_EVENTS
4847
select HAVE_PERF_REGS
4948
select HAVE_PERF_USER_STACK_DUMP
50-
select HAVE_DMA_API_DEBUG
5149
select HAVE_DMA_CONTIGUOUS
5250
select HAVE_STACKPROTECTOR
5351
select HAVE_SYSCALL_TRACEPOINTS

arch/csky/configs/defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ CONFIG_BSD_PROCESS_ACCT=y
1010
CONFIG_BSD_PROCESS_ACCT_V3=y
1111
CONFIG_MODULES=y
1212
CONFIG_MODULE_UNLOAD=y
13-
CONFIG_DEFAULT_DEADLINE=y
1413
CONFIG_CPU_CK807=y
1514
CONFIG_CPU_HAS_FPU=y
1615
CONFIG_NET=y

0 commit comments

Comments
 (0)