summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2011-09-06 12:39:41 +0000
committerMarcin Bukat <marcin.bukat@gmail.com>2011-09-06 12:39:41 +0000
commit4c896d9fe2f951da712dc1b3a5f6b5dbdf113f35 (patch)
treedbdbe405152098ba25a43936b7d010086a063d9d /apps
parent2d2eec466af6765565e666084c932d268b14fbe4 (diff)
downloadrockbox-4c896d9fe2f951da712dc1b3a5f6b5dbdf113f35.tar.gz
rockbox-4c896d9fe2f951da712dc1b3a5f6b5dbdf113f35.zip
rk27xx - enable debug screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30458 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 445220626b..7c2e6c7870 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -2021,7 +2021,8 @@ static const struct the_menu_item menuitems[] = {
2021#endif 2021#endif
2022#if CONFIG_CPU == SH7034 || defined(CPU_COLDFIRE) || defined(CPU_PP) \ 2022#if CONFIG_CPU == SH7034 || defined(CPU_COLDFIRE) || defined(CPU_PP) \
2023 || CONFIG_CPU == S3C2440 || CONFIG_CPU == IMX31L || CONFIG_CPU == AS3525 \ 2023 || CONFIG_CPU == S3C2440 || CONFIG_CPU == IMX31L || CONFIG_CPU == AS3525 \
2024 || CONFIG_CPU == DM320 || defined(CPU_S5L870X) || CONFIG_CPU == AS3525v2 2024 || CONFIG_CPU == DM320 || defined(CPU_S5L870X) || CONFIG_CPU == AS3525v2 \
2025 || CONFIG_CPU == RK27XX
2025 { "View I/O ports", dbg_ports }, 2026 { "View I/O ports", dbg_ports },
2026#endif 2027#endif
2027#if (CONFIG_RTC == RTC_PCF50605) && (CONFIG_PLATFORM & PLATFORM_NATIVE) 2028#if (CONFIG_RTC == RTC_PCF50605) && (CONFIG_PLATFORM & PLATFORM_NATIVE)