add net5501 support
[openwrt/staging/dedeckeh.git] / target / linux / x86 / image / Config.in
index 9d17f37b6373b50c64c51ff10eb38d002ffeacf7..7eb0c8a1f2924bfe562893b114973907c78af6ff 100644 (file)
@@ -13,8 +13,8 @@ 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)
+    default n if TARGET_x86_generic_Soekris48xx || TARGET_x86_generic_Soekris45xx || TARGET_x86_net5501
+    default y if ! (TARGET_x86_generic_Soekris48xx || TARGET_x86_generic_Soekris45xx || TARGET_x86_net5501)
 
 config X86_GRUB_SERIAL
     string
@@ -26,8 +26,8 @@ config X86_GRUB_SERIAL
 config X86_GRUB_BAUDRATE
     int "Serial port baud rate"
     depends X86_GRUB_IMAGES
-    default 19200 if TARGET_x86_generic_Soekris48xx || TARGET_x86_generic_Soekris45xx
-    default 38400 if ! (TARGET_x86_generic_Soekris48xx || TARGET_x86_generic_Soekris45xx)
+    default 19200 if TARGET_x86_generic_Soekris48xx || TARGET_x86_generic_Soekris45xx || TARGET_x86_net5501
+    default 38400 if ! (TARGET_x86_generic_Soekris48xx || TARGET_x86_generic_Soekris45xx || TARGET_x86_net5501)
 
 config X86_GRUB_KERNELPART
     int "Kernel partition size (in MB)"