diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2014-06-16 00:20:17 -0400 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2014-08-14 03:59:10 -0400 |
commit | 920f8a396595281037b48dff8bad6003ba6c7733 (patch) | |
tree | 48dd3fbdc059909d547a436357dea59433461c80 /arch/xtensa/Kconfig | |
parent | 8a9de05954846fe854cdea47c0178bb67fc70a47 (diff) |
xtensa: sort 'select' statements in Kconfig
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r-- | arch/xtensa/Kconfig | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 480a7d5fb105..3b486dd5d6d4 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig | |||
@@ -4,24 +4,24 @@ config ZONE_DMA | |||
4 | config XTENSA | 4 | config XTENSA |
5 | def_bool y | 5 | def_bool y |
6 | select ARCH_WANT_FRAME_POINTERS | 6 | select ARCH_WANT_FRAME_POINTERS |
7 | select HAVE_IDE | ||
8 | select GENERIC_ATOMIC64 | ||
9 | select GENERIC_CLOCKEVENTS | ||
10 | select VIRT_TO_BUS | ||
11 | select GENERIC_IRQ_SHOW | ||
12 | select GENERIC_SCHED_CLOCK | ||
13 | select MODULES_USE_ELF_RELA | ||
14 | select GENERIC_PCI_IOMAP | ||
15 | select ARCH_WANT_IPC_PARSE_VERSION | 7 | select ARCH_WANT_IPC_PARSE_VERSION |
16 | select ARCH_WANT_OPTIONAL_GPIOLIB | 8 | select ARCH_WANT_OPTIONAL_GPIOLIB |
17 | select BUILDTIME_EXTABLE_SORT | 9 | select BUILDTIME_EXTABLE_SORT |
18 | select CLONE_BACKWARDS | 10 | select CLONE_BACKWARDS |
19 | select IRQ_DOMAIN | 11 | select COMMON_CLK |
20 | select HAVE_OPROFILE | 12 | select GENERIC_ATOMIC64 |
13 | select GENERIC_CLOCKEVENTS | ||
14 | select GENERIC_IRQ_SHOW | ||
15 | select GENERIC_PCI_IOMAP | ||
16 | select GENERIC_SCHED_CLOCK | ||
21 | select HAVE_FUNCTION_TRACER | 17 | select HAVE_FUNCTION_TRACER |
18 | select HAVE_IDE | ||
22 | select HAVE_IRQ_TIME_ACCOUNTING | 19 | select HAVE_IRQ_TIME_ACCOUNTING |
20 | select HAVE_OPROFILE | ||
23 | select HAVE_PERF_EVENTS | 21 | select HAVE_PERF_EVENTS |
24 | select COMMON_CLK | 22 | select IRQ_DOMAIN |
23 | select MODULES_USE_ELF_RELA | ||
24 | select VIRT_TO_BUS | ||
25 | help | 25 | help |
26 | Xtensa processors are 32-bit RISC machines designed by Tensilica | 26 | Xtensa processors are 32-bit RISC machines designed by Tensilica |
27 | primarily for embedded systems. These processors are both | 27 | primarily for embedded systems. These processors are both |