diff options
Diffstat (limited to 'firmware/export/config/sansafuzeplus.h')
-rw-r--r-- | firmware/export/config/sansafuzeplus.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h index 9d7b9bf756..810cc1d6a1 100644 --- a/firmware/export/config/sansafuzeplus.h +++ b/firmware/export/config/sansafuzeplus.h @@ -77,6 +77,7 @@ #define HAVE_IMX233_CODEC #define CONFIG_TUNER SI4700 +#define HAVE_RDS_CAP /* There is no hardware tone control */ #define HAVE_SW_TONE_CONTROLS @@ -129,8 +130,8 @@ #define NUM_DRIVES 2 #define HAVE_HOTSWAP -/* Extra threads: touchpad */ -#define TARGET_EXTRA_THREADS 1 +/* Extra threads: touchpad and rds */ +#define TARGET_EXTRA_THREADS 2 /* todo */ #define BATTERY_CAPACITY_DEFAULT 550 /* default battery capacity */ |