···8989 http://palmtelinux.sourceforge.net/ for more information.9090 Say Y here if you have this PDA model, say N otherwise.91919292+config MACH_OMAP_PALMZ719393+ bool "Palm Zire71"9494+ depends on ARCH_OMAP1 && ARCH_OMAP15XX9595+ help9696+ Support for the Palm Zire71 PDA. To boot the kernel,9797+ you'll need a PalmOS compatible bootloader; check out9898+ http://hackndev.com/palm/z71 for more informations.9999+ Say Y here if you have such a PDA, say N otherwise.100100+92101config MACH_NOKIA77093102 bool "Nokia 770"94103 depends on ARCH_OMAP1 && ARCH_OMAP16XX
···11+/*22+ * linux/include/asm-arm/arch-omap/board-palmz71.h33+ *44+ * Hardware definitions for the Palm Zire71 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_PALMZ71_H1414+#define __OMAP_BOARD_PALMZ71_H1515+1616+#define PALMZ71_USBDETECT_GPIO 01717+#define PALMZ71_PENIRQ_GPIO 61818+#define PALMZ71_MMC_WP_GPIO 81919+#define PALMZ71_HDQ_GPIO 112020+2121+#define PALMZ71_HOTSYNC_GPIO OMAP_MPUIO(1)2222+#define PALMZ71_CABLE_GPIO OMAP_MPUIO(2)2323+#define PALMZ71_SLIDER_GPIO OMAP_MPUIO(3)2424+#define PALMZ71_MMC_IN_GPIO OMAP_MPUIO(4)2525+2626+#endif /* __OMAP_BOARD_PALMZ71_H */