From 4fc717a4c19a1fe0349977d7b9c86561c5a5cf2d Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 28 Aug 2006 22:38:41 +0000 Subject: Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with additional FM Recording support and my modifications git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10789 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h100.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config-h100.h') diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index c21c8a1dcd..8f936866cc 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -135,6 +135,9 @@ /* Someone with H100 and BDM, please verify if this works. */ /* #define HAVE_EEPROM */ +/* Define this for FM radio input available (not for SIMULATOR) */ +#define HAVE_FMRADIO_IN + #endif /* !SIMULATOR */ /* Define this for S/PDIF input available */ -- cgit v1.2.3