diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-08 13:08:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-08 13:08:26 -0400 |
commit | 53bcef60633086ad73683d01a4ef9ca678484d2d (patch) | |
tree | 8b14cc031124d0aa0da6cd3b60115bc7eaa80061 /arch/cris/Kconfig | |
parent | 4fd6c6bf83cb16321e9902b00e2af79054f4e0d6 (diff) | |
parent | 85d9865721c62a551547984e6cc8bd3ba732e294 (diff) |
Merge branch 'for-linus' of git://www.jni.nu/cris
* 'for-linus' of git://www.jni.nu/cris: (51 commits)
CRIS: Fix alignment problem for older ld
CRIS: Always dump registers for segfaulting process.
CRIS: Add config for pausing a seg-faulting process
CRIS: Don't take faults while in_atomic
CRIS: Fixup lookup for delay slot faults
CRIS: Discard exit.text and .data at runtime
CRIS: Add cache aligned and read mostly data sections
CRIS: Return something from profile write
CRIS: Add ARTPEC-3 and timestamps for sync-serial
CRIS: Better ARTPEC-3 support for gpio
CRIS: Add include guard
CRIS: Better handling of pinmux settings
CRIS: New DMA defines for ARTPEC-3
CRIS: __do_strncpy_from_user: Don't read the byte beyond the nil
CRIS: Pagetable for ARTPEC-3
CRIS: Machine dependent memmap.h
CRIS: Check if pointer is set before using it
CRIS: Machine dependent dma.h
CRIS: Define __read_mostly for CRISv32
CRIS: Discard .note.gnu.build-id section
...
Diffstat (limited to 'arch/cris/Kconfig')
-rw-r--r-- | arch/cris/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 887ef855be2a..aefe3b18a074 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig | |||
@@ -24,7 +24,7 @@ config GENERIC_CMOS_UPDATE | |||
24 | def_bool y | 24 | def_bool y |
25 | 25 | ||
26 | config ARCH_USES_GETTIMEOFFSET | 26 | config ARCH_USES_GETTIMEOFFSET |
27 | def_bool y | 27 | def_bool n |
28 | 28 | ||
29 | config GENERIC_IOMAP | 29 | config GENERIC_IOMAP |
30 | bool | 30 | bool |
@@ -128,16 +128,19 @@ choice | |||
128 | 128 | ||
129 | config ETRAX100LX | 129 | config ETRAX100LX |
130 | bool "ETRAX-100LX-v1" | 130 | bool "ETRAX-100LX-v1" |
131 | select ARCH_USES_GETTIMEOFFSET | ||
131 | help | 132 | help |
132 | Support version 1 of the ETRAX 100LX. | 133 | Support version 1 of the ETRAX 100LX. |
133 | 134 | ||
134 | config ETRAX100LX_V2 | 135 | config ETRAX100LX_V2 |
135 | bool "ETRAX-100LX-v2" | 136 | bool "ETRAX-100LX-v2" |
137 | select ARCH_USES_GETTIMEOFFSET | ||
136 | help | 138 | help |
137 | Support version 2 of the ETRAX 100LX. | 139 | Support version 2 of the ETRAX 100LX. |
138 | 140 | ||
139 | config SVINTO_SIM | 141 | config SVINTO_SIM |
140 | bool "ETRAX-100LX-for-xsim-simulator" | 142 | bool "ETRAX-100LX-for-xsim-simulator" |
143 | select ARCH_USES_GETTIMEOFFSET | ||
141 | help | 144 | help |
142 | Support the xsim ETRAX Simulator. | 145 | Support the xsim ETRAX Simulator. |
143 | 146 | ||