diff options
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r-- | arch/xtensa/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 3b486dd5d6d4..eaa9d07907d7 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig | |||
@@ -15,7 +15,6 @@ config XTENSA | |||
15 | select GENERIC_PCI_IOMAP | 15 | select GENERIC_PCI_IOMAP |
16 | select GENERIC_SCHED_CLOCK | 16 | select GENERIC_SCHED_CLOCK |
17 | select HAVE_FUNCTION_TRACER | 17 | select HAVE_FUNCTION_TRACER |
18 | select HAVE_IDE | ||
19 | select HAVE_IRQ_TIME_ACCOUNTING | 18 | select HAVE_IRQ_TIME_ACCOUNTING |
20 | select HAVE_OPROFILE | 19 | select HAVE_OPROFILE |
21 | select HAVE_PERF_EVENTS | 20 | select HAVE_PERF_EVENTS |
@@ -286,12 +285,14 @@ config XTENSA_PLATFORM_ISS | |||
286 | 285 | ||
287 | config XTENSA_PLATFORM_XT2000 | 286 | config XTENSA_PLATFORM_XT2000 |
288 | bool "XT2000" | 287 | bool "XT2000" |
288 | select HAVE_IDE | ||
289 | help | 289 | help |
290 | XT2000 is the name of Tensilica's feature-rich emulation platform. | 290 | XT2000 is the name of Tensilica's feature-rich emulation platform. |
291 | This hardware is capable of running a full Linux distribution. | 291 | This hardware is capable of running a full Linux distribution. |
292 | 292 | ||
293 | config XTENSA_PLATFORM_S6105 | 293 | config XTENSA_PLATFORM_S6105 |
294 | bool "S6105" | 294 | bool "S6105" |
295 | select HAVE_IDE | ||
295 | select SERIAL_CONSOLE | 296 | select SERIAL_CONSOLE |
296 | select NO_IOPORT_MAP | 297 | select NO_IOPORT_MAP |
297 | 298 | ||