start of the tsc2100 driver.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14816 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-09-22 14:21:07 +00:00
parent 376169ab95
commit d331d00a2d
8 changed files with 221 additions and 23 deletions

View file

@ -253,6 +253,11 @@ drivers/usb/arcotg_udc.c
#endif /* !defined(BOOTLOADER) */
#endif /* !defined(SIMULATOR) */
/* Other Random Hardware */
#ifdef HAVE_TSC2100
drivers/tsc2100.c
#endif
/* CPU Specific - By class then particular chip if applicable */
#if defined(CPU_SH)