3 # We only enable the clocks for the GPIO banks that a given board requies.
25 prompt "OMAP3 board select"
28 config TARGET_AM3517_EVM
37 config TARGET_OMAP3_BEAGLE
38 bool "TI OMAP3 BeagleBoard"
47 bool "CompuLab CM-T3530 and CM-T3730 boards"
50 select OMAP3_GPIO_6 if LED_STATUS
52 config TARGET_DEVKIT8000
53 bool "TimLL OMAP3 Devkit8000"
59 config TARGET_OMAP3_EVM
67 config TARGET_OMAP3_IGEP00X0
77 config TARGET_OMAP3_OVERO
78 bool "OMAP35xx Gumstix Overo"
89 config TARGET_OMAP3_ZOOM1
96 config TARGET_AM3517_CRANE
99 config TARGET_OMAP3_PANDORA
104 config TARGET_TRICORDER
108 config TARGET_OMAP3_LOGIC
110 select BOARD_LATE_INIT
119 config TARGET_NOKIA_RX51
122 config TARGET_TAO3530
130 config TARGET_OMAP3_CAIRO
138 bool "LG Optimus Black"
152 prompt "Memory Controller"
156 bool "SDRC controller"
158 The default memory controller on most OMAP3 boards is SDRC.
161 bool "EMIF4 controller"
163 Enable this on boards like AM3517 which use EMIF4 controller
166 config SPL_OMAP3_ID_NAND
167 bool "Support OMAP3-specific ID and MFR function"
169 Support for an OMAP3-specific set of functions to return the
170 ID and MFR of the first attached NAND chip, if present.
175 source "board/logicpd/am3517evm/Kconfig"
176 source "board/ti/beagle/Kconfig"
177 source "board/compulab/cm_t35/Kconfig"
178 source "board/timll/devkit8000/Kconfig"
179 source "board/ti/evm/Kconfig"
180 source "board/isee/igep00x0/Kconfig"
181 source "board/overo/Kconfig"
182 source "board/logicpd/zoom1/Kconfig"
183 source "board/ti/am3517crane/Kconfig"
184 source "board/pandora/Kconfig"
185 source "board/corscience/tricorder/Kconfig"
186 source "board/logicpd/omap3som/Kconfig"
187 source "board/nokia/rx51/Kconfig"
188 source "board/technexion/tao3530/Kconfig"
189 source "board/quipos/cairo/Kconfig"
190 source "board/lg/sniper/Kconfig"