aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/Kconfig
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2012-09-16 21:44:50 -0400
committerChris Zankel <chris@zankel.net>2012-10-03 18:13:09 -0400
commit9ad79b58510b2845e5ffa77654596d7184a827ab (patch)
tree77286849c1f91a94cff1f352772c53920950c17a /arch/xtensa/Kconfig
parentb973b4c91be8f7de0531cf8ca2df41021d8f39b3 (diff)
xtensa: drop CONFIG_EMBEDDED_RAMDISK
Remove Kconfig entries, boot subdirectory, dependencies from other boot-* Makefiles, and sections from ld scripts. Remove stale redboot code that used to pass initrd addresses in a3 and a4 to _start. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r--arch/xtensa/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index 282be264cd02..cebbcfbe9d6d 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -227,23 +227,6 @@ source "drivers/Kconfig"
227 227
228source "fs/Kconfig" 228source "fs/Kconfig"
229 229
230menu "Xtensa initrd options"
231 depends on BLK_DEV_INITRD
232
233config EMBEDDED_RAMDISK
234 bool "Embed root filesystem ramdisk into the kernel"
235
236config EMBEDDED_RAMDISK_IMAGE
237 string "Filename of gzipped ramdisk image"
238 depends on EMBEDDED_RAMDISK
239 default "ramdisk.gz"
240 help
241 This is the filename of the ramdisk image to be built into the
242 kernel. Relative pathnames are relative to arch/xtensa/boot/ramdisk/.
243 The ramdisk image is not part of the kernel distribution; you must
244 provide one yourself.
245endmenu
246
247source "arch/xtensa/Kconfig.debug" 230source "arch/xtensa/Kconfig.debug"
248 231
249source "security/Kconfig" 232source "security/Kconfig"