summaryrefslogtreecommitdiff
path: root/board/keyborg/ec.irqlist
diff options
context:
space:
mode:
Diffstat (limited to 'board/keyborg/ec.irqlist')
-rw-r--r--board/keyborg/ec.irqlist15
1 files changed, 0 insertions, 15 deletions
diff --git a/board/keyborg/ec.irqlist b/board/keyborg/ec.irqlist
deleted file mode 100644
index 47bf98c21e..0000000000
--- a/board/keyborg/ec.irqlist
+++ /dev/null
@@ -1,15 +0,0 @@
-/* Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-/**
- * List of enabled IRQ. To enable an IRQ, use ENABLE_IRQ(irq_num). Any
- * IRQ that is not listed here is disabled.
- */
-
-ENABLE_IRQ(STM32_IRQ_EXTI0)
-ENABLE_IRQ(STM32_IRQ_EXTI1)
-ENABLE_IRQ(STM32_IRQ_EXTI2)
-ENABLE_IRQ(STM32_IRQ_EXTI3)
-ENABLE_IRQ(STM32_IRQ_TIM2)