diff options
author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-02-08 23:54:46 +0100 |
---|---|---|
committer | Palmer Dabbelt <palmer@sifive.com> | 2018-02-20 10:51:07 -0800 |
commit | 2aaa2dc31bee808703c24ce626e50d1b6d8c7f9c (patch) | |
tree | 61f0daaf65aa161b8ace859b57193980407c6a4d /arch/riscv/Kconfig | |
parent | ab0dc41b7324329af1c18580b0fc891922a717cf (diff) | |
download | linux-2aaa2dc31bee808703c24ce626e50d1b6d8c7f9c.tar.bz2 |
riscv: kconfig: Remove RISCV_IRQ_INTC select
The RISCV_IRQ_INTC configuration symbol is undefined, but RISCV selects
it. Quoting Palmer Dabbelt:
It looks like this slipped through, the symbol has been renamed
RISCV_INTC.
No RISCV_INTC configuration symbol has been merged either. Just remove
the RISCV_IRQ_INTC select for now.
Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'arch/riscv/Kconfig')
-rw-r--r-- | arch/riscv/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index f9fd6ed042b9..97407480982f 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -33,7 +33,6 @@ config RISCV select HAVE_ARCH_TRACEHOOK select MODULES_USE_ELF_RELA if MODULES select THREAD_INFO_IN_TASK - select RISCV_IRQ_INTC select RISCV_TIMER config MMU |