aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/Kconfig
diff options
context:
space:
mode:
authorLennox Wu <lennox.wu@gmail.com>2013-09-14 13:48:37 +0800
committerBen Hutchings <ben@decadent.org.uk>2014-08-06 18:07:40 +0100
commitef2706a9cce75d71717dd659e36aed3dc3aa54ef (patch)
tree9dba43f7c5039d9aed866784e759e530e287bcc6 /arch/score/Kconfig
parent3e1ad261d12d7dd61851fe1dd1916aa6b82ee4e1 (diff)
downloadkernel_samsung_smdk4412-ef2706a9cce75d71717dd659e36aed3dc3aa54ef.zip
kernel_samsung_smdk4412-ef2706a9cce75d71717dd659e36aed3dc3aa54ef.tar.gz
kernel_samsung_smdk4412-ef2706a9cce75d71717dd659e36aed3dc3aa54ef.tar.bz2
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
commit 5fbbf8a1a93452b26e7791cf32cefce62b0a480b upstream. Signed-off-by: Lennox Wu <lennox.wu@gmail.com> [bwh: Backported to 3.2: - Drop addition of 'select HAVE_GENERIC_HARDIRQS' which was not removed here - Drop inapplicale change to copy_thread()] Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'arch/score/Kconfig')
-rw-r--r--arch/score/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/score/Kconfig b/arch/score/Kconfig
index df169e8..beb9f21 100644
--- a/arch/score/Kconfig
+++ b/arch/score/Kconfig
@@ -108,3 +108,6 @@ source "security/Kconfig"
source "crypto/Kconfig"
source "lib/Kconfig"
+
+config NO_IOMEM
+ def_bool y