···5757/* The number of bytes reserved for loadable plugins */
5858#define PLUGIN_BUFFER_SIZE 0x100000
59596060-6161-6262-6360#define CONFIG_TUNER SI4700
64616562/* There is no hardware tone control */
···105102/* Define this to the CPU frequency */
106103#define CPU_FREQ 532000000
107104105105+#ifdef NWZ_HAS_SD
106106+/* External SD card can be mounted */
107107+#define CONFIG_STORAGE (STORAGE_HOSTFS|STORAGE_SD)
108108+#define HAVE_MULTIDRIVE /* But _not_ CONFIG_STORAGE_MULTI */
109109+#define NUM_DRIVES 2
110110+#define HAVE_HOTSWAP
111111+#define MULTIDRIVE_DIR "/mnt/media"
112112+#define MULTIDRIVE_DEV "/sys/block/mmcblk1"
113113+#else
108114/* No special storage */
109115#define CONFIG_STORAGE STORAGE_HOSTFS
116116+#endif
110117#define HAVE_STORAGE_FLUSH
111118112119/* Battery */