summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/image/lzma-loader/src/config.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-09-23 14:56:29 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-09-23 14:56:29 +0000
commitcd9ca196b67a5bc984e824a1ad295d255e80cf5f (patch)
tree657162a3ea39431e16ecda01fae99a9512c4fa2c /target/linux/adm5120/image/lzma-loader/src/config.h
parent038f8c05322d1068661639d1ddc5a6c532dc5afd (diff)
downloadmaster-31e0f0ae-cd9ca196b67a5bc984e824a1ad295d255e80cf5f.tar.gz
master-31e0f0ae-cd9ca196b67a5bc984e824a1ad295d255e80cf5f.tar.bz2
master-31e0f0ae-cd9ca196b67a5bc984e824a1ad295d255e80cf5f.zip
experimental support for the Motorola MU Gateway
SVN-Revision: 12662
Diffstat (limited to 'target/linux/adm5120/image/lzma-loader/src/config.h')
-rw-r--r--target/linux/adm5120/image/lzma-loader/src/config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/adm5120/image/lzma-loader/src/config.h b/target/linux/adm5120/image/lzma-loader/src/config.h
index 74ae9afa20..4e8b5f647c 100644
--- a/target/linux/adm5120/image/lzma-loader/src/config.h
+++ b/target/linux/adm5120/image/lzma-loader/src/config.h
@@ -98,6 +98,14 @@
#endif
/*
+ * Motorola boards
+ */
+#if defined(CONFIG_BOARD_POWERLINEMUGW)
+# define CONFIG_BOARD_NAME "Powerline MU Gateway"
+# define CONFIG_USE_UART1 1
+#endif
+
+/*
* ZyXEL boards
*/
#if defined(CONFIG_BOARD_P334WT)
@@ -121,4 +129,8 @@
# define CONFIG_FLASH_SIZE FLASH_2M
#endif
+#if !defined(CONFIG_USE_UART0) && !defined(CONFIG_USE_UART1)
+# define CONFIG_USE_UART0
+#endif
+
#endif /* _CONFIG_H_ */