From c921d09b2bb71feaf1dd954200db6f7e1e88e7c2 Mon Sep 17 00:00:00 2001
From: lottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Date: Mon, 6 Jul 2009 08:16:22 +0000
Subject: [PATCH] Add wizard options for TAS module

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2740 38d2e660-2303-0410-9eaa-f027e97ec537
---
 bertos/cfg/cfg_tas5706a.h | 1 -
 bertos/drv/tas5706a.h     | 4 ++++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/bertos/cfg/cfg_tas5706a.h b/bertos/cfg/cfg_tas5706a.h
index b0f3fe73..e1112c0f 100644
--- a/bertos/cfg/cfg_tas5706a.h
+++ b/bertos/cfg/cfg_tas5706a.h
@@ -45,7 +45,6 @@
  * $WIZ$ type = "int"
  * $WIZ$ min = -100
  * $WIZ$ max = 24
- * $WIZ$ supports = "at91"
  */
 #define CONFIG_TAS_MAX_VOL  -39
 
diff --git a/bertos/drv/tas5706a.h b/bertos/drv/tas5706a.h
index 2f602356..b379e091 100644
--- a/bertos/drv/tas5706a.h
+++ b/bertos/drv/tas5706a.h
@@ -35,6 +35,10 @@
  *
  * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
+ *
+ * $WIZ$ module_name = "tas5706a"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_tas5706a.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_tas5706a.h"
  */
 
 #ifndef DRV_TAS5706A_H
-- 
2.34.1