diff options
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 |