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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 968355f518..d0b919fea3 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -2345,6 +2345,9 @@ static const struct the_menu_item menuitems[] = {
2345#ifdef HAVE_ADJUSTABLE_CPU_FREQ 2345#ifdef HAVE_ADJUSTABLE_CPU_FREQ
2346 { "CPU frequency", dbg_cpufreq }, 2346 { "CPU frequency", dbg_cpufreq },
2347#endif 2347#endif
2348#if CONFIG_CPU == IMX31L
2349 { "DVFS/DPTC", __dbg_dvfs_dptc },
2350#endif
2348#if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR) 2351#if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
2349 { "S/PDIF analyzer", dbg_spdif }, 2352 { "S/PDIF analyzer", dbg_spdif },
2350#endif 2353#endif