kconfig: remove unneeded setsym label in conf_read_simple()
[carl9170fw.git] / carlfw / include / config.h
index bebb26005e1c93872baf31e9780a733f6a841893..ccaf5f40b0a9358f5bcd77cb03a4026cf0d765a1 100644 (file)
@@ -10,8 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "generated/autoconf.h"
@@ -31,9 +30,9 @@
 # error "See: http://gcc.gnu.org/gcc-4.4/changes.html / Caveats No. 4"
 #endif
 
-#if ((defined CONFIG_CARL9170FW_PRINTF) &&             \
-     (!defined CONFIG_CARL9170FW_DEBUG_USB) &&         \
-    (!defined CONFIG_CARL9170FW_DEBUG_UART))
+#if ((defined CONFIG_CARL9170FW_PRINTF) &&                     \
+       (!defined CONFIG_CARL9170FW_DEBUG_USB) &&               \
+       (!defined CONFIG_CARL9170FW_DEBUG_UART))
 # warning "You have disabled all debug message transports."
 # warning "However CONFIG_CARL9170FW_PRINTF is still set..."
 # warning "Which is a waste of firmware space, if you ask me."
 
 #define CONFIG_CARL9170FW_BACK_REQS_NUM        4
 
-#if ((defined CONFIG_CARL9170FW_DEBUG) ||      \
-     (defined CONFIG_CARL9170FW_LOOPBACK))
-#define CARL9170FW_UNUSABLE    y
-#endif
-
 static inline void __config_check(void)
 {
        BUILD_BUG_ON(!CARL9170_TX_STATUS_NUM);