summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index d419d4ae8b..ebe0d1e4cd 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -661,6 +661,9 @@ static const struct bit_entry hd_bits[] =
661 {4, S_O(unplug_rw), 0, "rewind duration on pause", NULL}, 661 {4, S_O(unplug_rw), 0, "rewind duration on pause", NULL},
662 {1, S_O(unplug_autoresume), 0, "disable autoresume if phones not present", off_on }, 662 {1, S_O(unplug_autoresume), 0, "disable autoresume if phones not present", off_on },
663#endif 663#endif
664#ifdef CONFIG_TUNER
665 {2, S_O(fm_region), 0, "fm_region", "eu,us,jp,kr" },
666#endif
664 667
665 /* If values are just added to the end, no need to bump the version. */ 668 /* If values are just added to the end, no need to bump the version. */
666 /* new stuff to be added at the end */ 669 /* new stuff to be added at the end */