From 3cad5573b68917442564dc4f210fac056447c5cd Mon Sep 17 00:00:00 2001 From: Lorenzo Miori Date: Sat, 7 Apr 2012 10:30:23 +0200 Subject: ypr0: This patch adds radio support to Samsung YP-R0 Basically it uses the default SI4700 radio chip driver, the only thing that's different is the I2C access, written specifically to interact with my kernel module. Next things to add are: - RDS support! Change-Id: I0ed125641e00f93124d7a34f90dd508e7f1db5a4 Signed-off-by: Lorenzo Miori --- apps/debug_menu.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/debug_menu.c') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index e611694b5b..aec0a9a1a6 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -78,6 +78,11 @@ #endif #include "power.h" +#if defined(SAMSUNG_YPR0) && defined(CONFIG_TUNER) +#include "tuner.h" +#include "radio.h" +#endif + #ifdef HAVE_LCD_BITMAP #include "scrollbar.h" #include "peakmeter.h" -- cgit v1.2.3