summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index ceb63cd098..0ad4fabbe1 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -204,6 +204,9 @@
204/* no known platform */ 204/* no known platform */
205#endif 205#endif
206 206
207/* setup basic macros from capability masks */
208#include "config_caps.h"
209
207/* now set any CONFIG_ defines correctly if they are not used, 210/* now set any CONFIG_ defines correctly if they are not used,
208 No need to do this on CONFIG_'s which are compulsary (e.g CONFIG_CODEC ) */ 211 No need to do this on CONFIG_'s which are compulsary (e.g CONFIG_CODEC ) */
209#ifndef CONFIG_TUNER 212#ifndef CONFIG_TUNER