* [PATCH] csky: Select intc & timer drivers
@ 2019-05-10 6:10 guoren
2019-05-10 6:10 ` guoren
0 siblings, 1 reply; 2+ messages in thread
From: guoren @ 2019-05-10 6:10 UTC (permalink / raw)
To: arnd, guoren; +Cc: linux-kernel, linux-arch, ren_guo
From: Guo Ren <ren_guo@c-sky.com>
Let arch help to select interrupt controller's and timer's drivers
instead of people using menuconfig to select. This help the mini system
boot up.
Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Cc: Arnd Bergmann <arnd@arnd.de>
---
arch/csky/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
index ce07990..5e2cfc2 100644
--- a/arch/csky/Kconfig
+++ b/arch/csky/Kconfig
@@ -9,6 +9,9 @@ config CSKY
select COMMON_CLK
select CLKSRC_MMIO
select CLKSRC_OF
+ select CSKY_MPINTC if CPU_CK860
+ select CSKY_MP_TIMER if CPU_CK860
+ select CSKY_APB_INTC
select DMA_DIRECT_REMAP
select IRQ_DOMAIN
select HANDLE_DOMAIN_IRQ
@@ -29,6 +32,7 @@ config CSKY
select GENERIC_IRQ_MULTI_HANDLER
select GENERIC_SCHED_CLOCK
select GENERIC_SMP_IDLE_THREAD
+ select GX6605S_TIMER if CPU_CK610
select HAVE_ARCH_TRACEHOOK
select HAVE_ARCH_AUDITSYSCALL
select HAVE_DYNAMIC_FTRACE
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] csky: Select intc & timer drivers
2019-05-10 6:10 [PATCH] csky: Select intc & timer drivers guoren
@ 2019-05-10 6:10 ` guoren
0 siblings, 0 replies; 2+ messages in thread
From: guoren @ 2019-05-10 6:10 UTC (permalink / raw)
To: arnd, guoren; +Cc: linux-kernel, linux-arch, ren_guo
From: Guo Ren <ren_guo@c-sky.com>
Let arch help to select interrupt controller's and timer's drivers
instead of people using menuconfig to select. This help the mini system
boot up.
Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Cc: Arnd Bergmann <arnd@arnd.de>
---
arch/csky/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
index ce07990..5e2cfc2 100644
--- a/arch/csky/Kconfig
+++ b/arch/csky/Kconfig
@@ -9,6 +9,9 @@ config CSKY
select COMMON_CLK
select CLKSRC_MMIO
select CLKSRC_OF
+ select CSKY_MPINTC if CPU_CK860
+ select CSKY_MP_TIMER if CPU_CK860
+ select CSKY_APB_INTC
select DMA_DIRECT_REMAP
select IRQ_DOMAIN
select HANDLE_DOMAIN_IRQ
@@ -29,6 +32,7 @@ config CSKY
select GENERIC_IRQ_MULTI_HANDLER
select GENERIC_SCHED_CLOCK
select GENERIC_SMP_IDLE_THREAD
+ select GX6605S_TIMER if CPU_CK610
select HAVE_ARCH_TRACEHOOK
select HAVE_ARCH_AUDITSYSCALL
select HAVE_DYNAMIC_FTRACE
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-10 6:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-10 6:10 [PATCH] csky: Select intc & timer drivers guoren
2019-05-10 6:10 ` guoren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox