summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-02-18 08:46:12 +0000
committerJens Arnold <amiconn@rockbox.org>2007-02-18 08:46:12 +0000
commitc652218d14ec017984c5c3fea973112a6f93956d (patch)
tree95da404e59a4babaeff06cad4ecdee3c2b548c38 /apps/settings_list.c
parent9a6f419775270340ee154c55dbe52e99682fb77a (diff)
downloadrockbox-c652218d14ec017984c5c3fea973112a6f93956d.tar.gz
rockbox-c652218d14ec017984c5c3fea973112a6f93956d.zip
Fix remaining CONFIG_TUNER checks.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12385 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index ee70e8c40b..be693d1801 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -480,7 +480,7 @@ const struct settings_list settings[] = {
480 LANG_CAR_ADAPTER_MODE, false, "car adapter mode", NULL), 480 LANG_CAR_ADAPTER_MODE, false, "car adapter mode", NULL),
481#endif 481#endif
482 /* tuner */ 482 /* tuner */
483#ifdef CONFIG_TUNER 483#if CONFIG_TUNER
484 OFFON_SETTING(0,fm_force_mono, LANG_FM_MONO_MODE, 484 OFFON_SETTING(0,fm_force_mono, LANG_FM_MONO_MODE,
485 false,"force fm mono", NULL), 485 false,"force fm mono", NULL),
486 SYSTEM_SETTING(NVRAM(4),last_frequency,0), 486 SYSTEM_SETTING(NVRAM(4),last_frequency,0),
@@ -1022,7 +1022,7 @@ const struct settings_list settings[] = {
1022 OFFON_SETTING(0,unplug_autoresume,LANG_UNPLUG_DISABLE_AUTORESUME,false, 1022 OFFON_SETTING(0,unplug_autoresume,LANG_UNPLUG_DISABLE_AUTORESUME,false,
1023 "disable autoresume if phones not present",NULL), 1023 "disable autoresume if phones not present",NULL),
1024#endif 1024#endif
1025#ifdef CONFIG_TUNER 1025#if CONFIG_TUNER
1026 {F_T_INT,&global_settings.fm_region,LANG_FM_REGION,INT(0), 1026 {F_T_INT,&global_settings.fm_region,LANG_FM_REGION,INT(0),
1027 "fm_region","eu,us,jp,kr",UNUSED}, 1027 "fm_region","eu,us,jp,kr",UNUSED},
1028#endif 1028#endif
@@ -1036,7 +1036,7 @@ const struct settings_list settings[] = {
1036#endif 1036#endif
1037 1037
1038 /** settings not in the old config blocks **/ 1038 /** settings not in the old config blocks **/
1039#ifdef CONFIG_TUNER 1039#if CONFIG_TUNER
1040 FILENAME_SETTING(0, fmr_file, "fmr", 1040 FILENAME_SETTING(0, fmr_file, "fmr",
1041 "", FMPRESET_PATH "/", ".fmr", MAX_FILENAME+1), 1041 "", FMPRESET_PATH "/", ".fmr", MAX_FILENAME+1),
1042#endif 1042#endif