summaryrefslogtreecommitdiff
path: root/arch/score/Kconfig
diff options
context:
space:
mode:
authorLennox Wu <lennox.wu@gmail.com>2013-09-14 13:48:37 +0800
committerLennox Wu <lennox.wu@gmail.com>2013-09-26 03:46:03 +0800
commit5fbbf8a1a93452b26e7791cf32cefce62b0a480b (patch)
tree8dcd207baf7ffa21811b32ff1798cbd62cb1b097 /arch/score/Kconfig
parent22356f447ceb8d97a4885792e7d9e4607f712e1b (diff)
Score: The commit is for compiling successfully.
The modifications include: 1. Kconfig of Score: we don't support ioremap 2. Missed headfile including 3. There are some errors in other people's commit not checked by us, we fix it now 3.1 arch/score/kernel/entry.S: wrong instructions 3.2 arch/score/kernel/process.c : just some typos Signed-off-by: Lennox Wu <lennox.wu@gmail.com>
Diffstat (limited to 'arch/score/Kconfig')
-rw-r--r--arch/score/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/score/Kconfig b/arch/score/Kconfig
index a1be70db75fe..305f7ee1f382 100644
--- a/arch/score/Kconfig
+++ b/arch/score/Kconfig
@@ -2,6 +2,7 @@ menu "Machine selection"
config SCORE
def_bool y
+ select HAVE_GENERIC_HARDIRQS
select GENERIC_IRQ_SHOW
select GENERIC_IOMAP
select GENERIC_ATOMIC64
@@ -110,3 +111,6 @@ source "security/Kconfig"
source "crypto/Kconfig"
source "lib/Kconfig"
+
+config NO_IOMEM
+ def_bool y