Add some BattFsSuper fields.
[bertos.git] / app / at91sam7s / appconfig.h
index 579eefbb1a17c2e488bffd6067313061a7794374..179f5ace5cff8ea9ce8ad16fbba817c6ae2a489d 100644 (file)
@@ -27,7 +27,7 @@
  * the GNU General Public License.
  *
  * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/)
- * This file is part of DevLib - See README.devlib for information.
+ *
  * -->
  *
  * \brief DevLib configuration options
@@ -72,6 +72,9 @@
 #ifndef APPCONFIG_H
 #define APPCONFIG_H
 
+/** Kdebug console on debug unit */
+#define CONFIG_KDEBUG_PORT KDEBUG_PORT_DBGU
+
 /** Baud-rate for the kdebug console */
 #define CONFIG_KDEBUG_BAUDRATE  115200
 
@@ -91,7 +94,7 @@
  *
  * \sa config_kern.h
  */
-#define CONFIG_KERNEL 0
+#define CONFIG_KERNEL 1
 
 /**
  * \name Serial driver parameters