diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2011-11-24 07:54:28 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2011-11-24 15:21:19 -0500 |
commit | 4673ca8eb3690832e76371371955a8b02e1f59d4 (patch) | |
tree | 2d70b7ec1e33a35b9363c3a3cf986cd583c6f6e0 /arch/score | |
parent | caca6a03d365883564885f2c1da3e88dcf65d139 (diff) |
lib: move GENERIC_IOMAP to lib/Kconfig
define GENERIC_IOMAP in a central location
instead of all architectures. This will be helpful
for the follow-up patch which makes it select
other configs. Code is also a bit shorter this way.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'arch/score')
-rw-r--r-- | arch/score/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/score/Kconfig b/arch/score/Kconfig index df169e84db4e..455ce2d76823 100644 --- a/arch/score/Kconfig +++ b/arch/score/Kconfig | |||
@@ -4,6 +4,7 @@ config SCORE | |||
4 | def_bool y | 4 | def_bool y |
5 | select HAVE_GENERIC_HARDIRQS | 5 | select HAVE_GENERIC_HARDIRQS |
6 | select GENERIC_IRQ_SHOW | 6 | select GENERIC_IRQ_SHOW |
7 | select GENERIC_IOMAP | ||
7 | 8 | ||
8 | choice | 9 | choice |
9 | prompt "System type" | 10 | prompt "System type" |
@@ -33,9 +34,6 @@ endmenu | |||
33 | config CPU_SCORE7 | 34 | config CPU_SCORE7 |
34 | bool | 35 | bool |
35 | 36 | ||
36 | config GENERIC_IOMAP | ||
37 | def_bool y | ||
38 | |||
39 | config NO_DMA | 37 | config NO_DMA |
40 | bool | 38 | bool |
41 | default y | 39 | default y |