diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2014-02-23 21:40:13 +0000 |
---|---|---|
committer | Steven Miao <realmz6@gmail.com> | 2014-04-11 23:40:55 +0800 |
commit | e8fac6334d205ebe7b4923b141384b105685a226 (patch) | |
tree | 897c40912ba46194533ca4e7b73d17de3b89c946 /arch/blackfin/Kconfig | |
parent | 30fc7ebe848fe088969b7a4d26db8f86503d2b90 (diff) | |
download | talos-obmc-linux-e8fac6334d205ebe7b4923b141384b105685a226.tar.gz talos-obmc-linux-e8fac6334d205ebe7b4923b141384b105685a226.zip |
blackfin:Use generic /proc/interrupts implementation
There is nothing special in that blackfin code. Use the core
implementation.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Steven Miao <realmz6@gmail.com>
Cc: bfin <adi-buildroot-devel@lists.sourceforge.net>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 9ceccef9c649..f936ee6f5688 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -34,6 +34,7 @@ config BLACKFIN select ARCH_WANT_IPC_PARSE_VERSION select GENERIC_ATOMIC64 select GENERIC_IRQ_PROBE + select GENERIC_IRQ_SHOW select HAVE_NMI_WATCHDOG if NMI_WATCHDOG select GENERIC_SMP_IDLE_THREAD select ARCH_USES_GETTIMEOFFSET if !GENERIC_CLOCKEVENTS |