Kconfig (92fd4d4d67b945c0766416284d4ab236b31542c4) | Kconfig (9632f9890e76aa7a78f719b0b3b572f65e3e968b) |
---|---|
1if ARCH_OMAP1 2 3menu "TI OMAP1 specific features" 4 5comment "OMAP Core Type" 6 depends on ARCH_OMAP1 7 8config ARCH_OMAP730 --- 138 unchanged lines hidden (view full) --- 147 depends on ARCH_OMAP1 && ARCH_OMAP16XX 148 help 149 Support for the Nokia 770 Internet Tablet. Say Y here if you 150 have such a device. 151 152config MACH_AMS_DELTA 153 bool "Amstrad E3 (Delta)" 154 depends on ARCH_OMAP1 && ARCH_OMAP15XX | 1if ARCH_OMAP1 2 3menu "TI OMAP1 specific features" 4 5comment "OMAP Core Type" 6 depends on ARCH_OMAP1 7 8config ARCH_OMAP730 --- 138 unchanged lines hidden (view full) --- 147 depends on ARCH_OMAP1 && ARCH_OMAP16XX 148 help 149 Support for the Nokia 770 Internet Tablet. Say Y here if you 150 have such a device. 151 152config MACH_AMS_DELTA 153 bool "Amstrad E3 (Delta)" 154 depends on ARCH_OMAP1 && ARCH_OMAP15XX |
155 select FIQ |
|
155 help 156 Support for the Amstrad E3 (codename Delta) videophone. Say Y here 157 if you have such a device. 158 | 156 help 157 Support for the Amstrad E3 (codename Delta) videophone. Say Y here 158 if you have such a device. 159 |
159config AMS_DELTA_FIQ 160 bool "Fast Interrupt Request (FIQ) support for the E3" 161 depends on MACH_AMS_DELTA 162 select FIQ 163 help 164 Provide a FIQ handler for the E3. 165 This allows for fast handling of interrupts generated 166 by the clock line of the E3 mailboard (or a PS/2 keyboard) 167 connected to the GPIO based external keyboard port. 168 | |
169config MACH_OMAP_GENERIC 170 bool "Generic OMAP board" 171 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX) 172 help 173 Support for generic OMAP-1510, 1610 or 1710 board with 174 no FPGA. Can be used as template for porting Linux to 175 custom OMAP boards. Say Y here if you have a custom 176 board. --- 76 unchanged lines hidden --- | 160config MACH_OMAP_GENERIC 161 bool "Generic OMAP board" 162 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX) 163 help 164 Support for generic OMAP-1510, 1610 or 1710 board with 165 no FPGA. Can be used as template for porting Linux to 166 custom OMAP boards. Say Y here if you have a custom 167 board. --- 76 unchanged lines hidden --- |