+ bool "Pad GRUB images to filesystem size (for JFFS2)"
+ depends X86_GRUB_IMAGES
+
+config X86_GRUB_CONSOLE
+ bool
+ depends X86_GRUB_IMAGES
+ prompt "Use Console Terminal (in addition to Serial)"
+ default n if TARGET_x86_generic_Soekris48xx || TARGET_x86_generic_Soekris45xx
+ default y if ! (TARGET_x86_generic_Soekris48xx || TARGET_x86_generic_Soekris45xx)
+
+config X86_GRUB_SERIAL
+ string
+ prompt "Serial port device"
+ depends X86_GRUB_IMAGES
+ default "hvc0" if TARGET_x86_xen_domu
+ default "ttyS0" if ! TARGET_x86_xen_domu