diff options
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r-- | arch/xtensa/Kconfig | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 744f5ee4ba41..cdcb48adee4c 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig | |||
@@ -11,6 +11,9 @@ config XTENSA | |||
11 | select HAVE_GENERIC_HARDIRQS | 11 | select HAVE_GENERIC_HARDIRQS |
12 | select GENERIC_IRQ_SHOW | 12 | select GENERIC_IRQ_SHOW |
13 | select GENERIC_CPU_DEVICES | 13 | select GENERIC_CPU_DEVICES |
14 | select MODULES_USE_ELF_RELA | ||
15 | select GENERIC_PCI_IOMAP | ||
16 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
14 | help | 17 | help |
15 | Xtensa processors are 32-bit RISC machines designed by Tensilica | 18 | Xtensa processors are 32-bit RISC machines designed by Tensilica |
16 | primarily for embedded systems. These processors are both | 19 | primarily for embedded systems. These processors are both |
@@ -35,7 +38,7 @@ config ARCH_HAS_ILOG2_U64 | |||
35 | def_bool n | 38 | def_bool n |
36 | 39 | ||
37 | config NO_IOPORT | 40 | config NO_IOPORT |
38 | def_bool y | 41 | def_bool n |
39 | 42 | ||
40 | config HZ | 43 | config HZ |
41 | int | 44 | int |
@@ -142,6 +145,7 @@ config XTENSA_PLATFORM_XT2000 | |||
142 | config XTENSA_PLATFORM_S6105 | 145 | config XTENSA_PLATFORM_S6105 |
143 | bool "S6105" | 146 | bool "S6105" |
144 | select SERIAL_CONSOLE | 147 | select SERIAL_CONSOLE |
148 | select NO_IOPORT | ||
145 | 149 | ||
146 | endchoice | 150 | endchoice |
147 | 151 | ||
@@ -205,23 +209,6 @@ source "drivers/Kconfig" | |||
205 | 209 | ||
206 | source "fs/Kconfig" | 210 | source "fs/Kconfig" |
207 | 211 | ||
208 | menu "Xtensa initrd options" | ||
209 | depends on BLK_DEV_INITRD | ||
210 | |||
211 | config EMBEDDED_RAMDISK | ||
212 | bool "Embed root filesystem ramdisk into the kernel" | ||
213 | |||
214 | config EMBEDDED_RAMDISK_IMAGE | ||
215 | string "Filename of gzipped ramdisk image" | ||
216 | depends on EMBEDDED_RAMDISK | ||
217 | default "ramdisk.gz" | ||
218 | help | ||
219 | This is the filename of the ramdisk image to be built into the | ||
220 | kernel. Relative pathnames are relative to arch/xtensa/boot/ramdisk/. | ||
221 | The ramdisk image is not part of the kernel distribution; you must | ||
222 | provide one yourself. | ||
223 | endmenu | ||
224 | |||
225 | source "arch/xtensa/Kconfig.debug" | 212 | source "arch/xtensa/Kconfig.debug" |
226 | 213 | ||
227 | source "security/Kconfig" | 214 | source "security/Kconfig" |