diff options
author | Lennox Wu <lennox.wu@gmail.com> | 2013-09-14 05:48:37 (GMT) |
---|---|---|
committer | Lennox Wu <lennox.wu@gmail.com> | 2013-09-25 19:46:03 (GMT) |
commit | 5fbbf8a1a93452b26e7791cf32cefce62b0a480b (patch) | |
tree | 8dcd207baf7ffa21811b32ff1798cbd62cb1b097 /arch/score/Kconfig | |
parent | 22356f447ceb8d97a4885792e7d9e4607f712e1b (diff) | |
download | linux-fsl-qoriq-5fbbf8a1a93452b26e7791cf32cefce62b0a480b.tar.xz |
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/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/score/Kconfig b/arch/score/Kconfig index a1be70d..305f7ee 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 |