···9898 http://hackndev.com/palm/z71 for more informations.9999 Say Y here if you have such a PDA, say N otherwise.100100101101+config MACH_OMAP_PALMTT102102+ bool "Palm Tungsten|T"103103+ depends on ARCH_OMAP1 && ARCH_OMAP15XX104104+ help105105+ Support for the Palm Tungsten|T PDA. To boot the kernel, you'll106106+ need a PalmOS compatible bootloader (Garux); check out107107+ http://www.hackndev.com/palm/tt/ for more information.108108+ Say Y here if you have this PDA model, say N otherwise.109109+101110config MACH_NOKIA770102111 bool "Nokia 770"103112 depends on ARCH_OMAP1 && ARCH_OMAP16XX
···11+/*22+ * linux/include/asm-arm/arch-omap/board-palmte.h33+ *44+ * Hardware definitions for the Palm Tungsten|T device.55+ *66+ * Maintainters : Marek Vasut <marek.vasut@gmail.com>77+ *88+ * This program is free software; you can redistribute it and/or modify99+ * it under the terms of the GNU General Public License version 2 as1010+ * published by the Free Software Foundation.1111+ */1212+1313+#ifndef __OMAP_BOARD_PALMTT_H1414+#define __OMAP_BOARD_PALMTT_H1515+1616+#define PALMTT_USBDETECT_GPIO 01717+#define PALMTT_CABLE_GPIO 11818+#define PALMTT_LED_GPIO 31919+#define PALMTT_PENIRQ_GPIO 62020+#define PALMTT_MMC_WP_GPIO 82121+#define PALMTT_HDQ_GPIO 112222+2323+#endif /* __OMAP_BOARD_PALMTT_H */