From 70bf516db1b0577a10311f9364d855d4af955ca7 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Fri, 28 Jan 2005 23:02:05 +0000 Subject: MMC hotswap enabled for Ondio git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5703 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ondiofm.h | 3 +++ firmware/export/config-ondiosp.h | 3 +++ 2 files changed, 6 insertions(+) (limited to 'firmware') diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h index 7e72921a36..b6f105221a 100644 --- a/firmware/export/config-ondiofm.h +++ b/firmware/export/config-ondiofm.h @@ -82,6 +82,9 @@ /* define this if more than one device/partition can be used */ #define HAVE_MULTIVOLUME +/* define this if media can be exchanged on the fly */ +#define HAVE_HOTSWAP + #define CONFIG_LCD LCD_SSD1815 #endif /* SIMULATOR */ diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h index 1118c54a1e..59184a4dee 100644 --- a/firmware/export/config-ondiosp.h +++ b/firmware/export/config-ondiosp.h @@ -70,6 +70,9 @@ /* define this if more than one device/partition can be used */ #define HAVE_MULTIVOLUME +/* define this if media can be exchanged on the fly */ +#define HAVE_HOTSWAP + #define CONFIG_LCD LCD_SSD1815 #endif /* SIMULATOR */ -- cgit v1.2.3