diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2009-05-22 14:25:34 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-05-22 14:25:34 -0400 |
commit | e4b636366c00738b9609cda307014d71b1225b7f (patch) | |
tree | 760b67b3624eda62e943e48ce93635c30a5b47bf /arch/xtensa/Kconfig | |
parent | b9ed7252d219c1c663944bf03846eabb515dbe75 (diff) | |
parent | 279e677faa775ad16e75c32e1bf4a37f8158bc61 (diff) |
Merge branch 'master' into for-2.6.31
Conflicts:
drivers/block/hd.c
drivers/block/mg_disk.c
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r-- | arch/xtensa/Kconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index fa6dc4dd3b19..ebe228d02b08 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig | |||
@@ -80,6 +80,7 @@ config XTENSA_VARIANT_S6000 | |||
80 | bool "s6000 - Stretch software configurable processor" | 80 | bool "s6000 - Stretch software configurable processor" |
81 | select VARIANT_IRQ_SWITCH | 81 | select VARIANT_IRQ_SWITCH |
82 | select ARCH_REQUIRE_GPIOLIB | 82 | select ARCH_REQUIRE_GPIOLIB |
83 | select XTENSA_CALIBRATE_CCOUNT | ||
83 | endchoice | 84 | endchoice |
84 | 85 | ||
85 | config XTENSA_UNALIGNED_USER | 86 | config XTENSA_UNALIGNED_USER |
@@ -137,6 +138,8 @@ config PCI | |||
137 | 138 | ||
138 | source "drivers/pci/Kconfig" | 139 | source "drivers/pci/Kconfig" |
139 | 140 | ||
141 | endmenu | ||
142 | |||
140 | menu "Platform options" | 143 | menu "Platform options" |
141 | 144 | ||
142 | choice | 145 | choice |
@@ -153,8 +156,6 @@ config XTENSA_PLATFORM_ISS | |||
153 | 156 | ||
154 | config XTENSA_PLATFORM_XT2000 | 157 | config XTENSA_PLATFORM_XT2000 |
155 | bool "XT2000" | 158 | bool "XT2000" |
156 | select XTENSA_CALIBRATE_CCOUNT | ||
157 | select PCI | ||
158 | help | 159 | help |
159 | XT2000 is the name of Tensilica's feature-rich emulation platform. | 160 | XT2000 is the name of Tensilica's feature-rich emulation platform. |
160 | This hardware is capable of running a full Linux distribution. | 161 | This hardware is capable of running a full Linux distribution. |
@@ -192,8 +193,6 @@ config CMDLINE | |||
192 | 193 | ||
193 | source "mm/Kconfig" | 194 | source "mm/Kconfig" |
194 | 195 | ||
195 | endmenu | ||
196 | |||
197 | config HOTPLUG | 196 | config HOTPLUG |
198 | bool "Support for hot-pluggable devices" | 197 | bool "Support for hot-pluggable devices" |
199 | help | 198 | help |