summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 5da15a1..2a7bf96 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1376,9 +1376,10 @@ const struct settings_list settings[] = {
#endif
#if CONFIG_TUNER
CHOICE_SETTING(0, fm_region, LANG_FM_REGION, 0,
- "fm_region", "eu,us,jp,kr", set_radio_region, 4,
+ "fm_region", "eu,us,jp,kr,it,wo", set_radio_region, 6,
ID2P(LANG_FM_EUROPE), ID2P(LANG_FM_US),
- ID2P(LANG_FM_JAPAN), ID2P(LANG_FM_KOREA)),
+ ID2P(LANG_FM_JAPAN), ID2P(LANG_FM_KOREA),
+ ID2P(LANG_FM_ITALY), ID2P(LANG_FM_OTHER)),
#endif
OFFON_SETTING(F_BANFROMQS, audioscrobbler, LANG_AUDIOSCROBBLER, false,