aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r--arch/xtensa/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index 2481f267be29..73d34e77c39c 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -17,6 +17,7 @@ config XTENSA
17 select GENERIC_KERNEL_EXECVE 17 select GENERIC_KERNEL_EXECVE
18 select ARCH_WANT_OPTIONAL_GPIOLIB 18 select ARCH_WANT_OPTIONAL_GPIOLIB
19 select CLONE_BACKWARDS 19 select CLONE_BACKWARDS
20 select IRQ_DOMAIN
20 help 21 help
21 Xtensa processors are 32-bit RISC machines designed by Tensilica 22 Xtensa processors are 32-bit RISC machines designed by Tensilica
22 primarily for embedded systems. These processors are both 23 primarily for embedded systems. These processors are both
@@ -150,6 +151,15 @@ config XTENSA_PLATFORM_S6105
150 select SERIAL_CONSOLE 151 select SERIAL_CONSOLE
151 select NO_IOPORT 152 select NO_IOPORT
152 153
154config XTENSA_PLATFORM_XTFPGA
155 bool "XTFPGA"
156 select SERIAL_CONSOLE
157 select ETHOC
158 select XTENSA_CALIBRATE_CCOUNT
159 help
160 XTFPGA is the name of Tensilica board family (LX60, LX110, LX200, ML605).
161 This hardware is capable of running a full Linux distribution.
162
153endchoice 163endchoice
154 164
155 165
@@ -177,6 +187,17 @@ config CMDLINE
177 time by entering them here. As a minimum, you should specify the 187 time by entering them here. As a minimum, you should specify the
178 memory size and the root device (e.g., mem=64M root=/dev/nfs). 188 memory size and the root device (e.g., mem=64M root=/dev/nfs).
179 189
190config USE_OF
191 bool "Flattened Device Tree support"
192 select OF
193 select OF_EARLY_FLATTREE
194 help
195 Include support for flattened device tree machine descriptions.
196
197config BUILTIN_DTB
198 string "DTB to build into the kernel image"
199 depends on OF
200
180source "mm/Kconfig" 201source "mm/Kconfig"
181 202
182source "drivers/pcmcia/Kconfig" 203source "drivers/pcmcia/Kconfig"