aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/Kconfig
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2010-10-12 09:09:06 -0400
committerMichal Marek <mmarek@suse.cz>2010-10-12 09:09:06 -0400
commit239060b93bb30a4ad55f1ecaa512464a035cc5ba (patch)
tree77f79810e57d4fc24356eca0cd6db463e8994128 /arch/cris/Kconfig
parent1408b15b98635a13bad2e2a50b3c2ae2ccdf625b (diff)
parente9203c988234aa512bd45ca32b52e21c7bbfc414 (diff)
Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
We need to revert the temporary hack in 71ebc01, hence the merge.
Diffstat (limited to 'arch/cris/Kconfig')
-rw-r--r--arch/cris/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig
index af8e9821adc5..613e62831c55 100644
--- a/arch/cris/Kconfig
+++ b/arch/cris/Kconfig
@@ -13,14 +13,11 @@ config RWSEM_GENERIC_SPINLOCK
13config RWSEM_XCHGADD_ALGORITHM 13config RWSEM_XCHGADD_ALGORITHM
14 bool 14 bool
15 15
16config GENERIC_TIME
17 def_bool y
18
19config GENERIC_CMOS_UPDATE 16config GENERIC_CMOS_UPDATE
20 def_bool y 17 def_bool y
21 18
22config ARCH_USES_GETTIMEOFFSET 19config ARCH_USES_GETTIMEOFFSET
23 def_bool y 20 def_bool n
24 21
25config GENERIC_IOMAP 22config GENERIC_IOMAP
26 bool 23 bool
@@ -124,16 +121,19 @@ choice
124 121
125config ETRAX100LX 122config ETRAX100LX
126 bool "ETRAX-100LX-v1" 123 bool "ETRAX-100LX-v1"
124 select ARCH_USES_GETTIMEOFFSET
127 help 125 help
128 Support version 1 of the ETRAX 100LX. 126 Support version 1 of the ETRAX 100LX.
129 127
130config ETRAX100LX_V2 128config ETRAX100LX_V2
131 bool "ETRAX-100LX-v2" 129 bool "ETRAX-100LX-v2"
130 select ARCH_USES_GETTIMEOFFSET
132 help 131 help
133 Support version 2 of the ETRAX 100LX. 132 Support version 2 of the ETRAX 100LX.
134 133
135config SVINTO_SIM 134config SVINTO_SIM
136 bool "ETRAX-100LX-for-xsim-simulator" 135 bool "ETRAX-100LX-for-xsim-simulator"
136 select ARCH_USES_GETTIMEOFFSET
137 help 137 help
138 Support the xsim ETRAX Simulator. 138 Support the xsim ETRAX Simulator.
139 139