summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 0a1ceee..1cccdfb 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -71,14 +71,12 @@
#if (CONFIG_STORAGE & STORAGE_ATA)
#include "ata.h"
#endif
-#if CONFIG_TUNER
-#include "tuner.h"
-#include "radio.h"
-#endif
#endif /* CONFIG_PLATFORM & PLATFORM_NATIVE */
#include "power.h"
-#if (defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1)) && defined(CONFIG_TUNER)
+#if ((CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) \
+ || defined(SONY_NWZ_LINUX)) \
+ && defined(CONFIG_TUNER)
#include "tuner.h"
#include "radio.h"
#endif