19d041268SAndrew Victorif ARCH_AT91 29d041268SAndrew Victor 32ef9f59aSJean-Christophe PLAGNIOL-VILLARDconfig HAVE_AT91_DATAFLASH_CARD 42ef9f59aSJean-Christophe PLAGNIOL-VILLARD bool 52ef9f59aSJean-Christophe PLAGNIOL-VILLARD 62ef9f59aSJean-Christophe PLAGNIOL-VILLARDconfig HAVE_NAND_ATMEL_BUSWIDTH_16 72ef9f59aSJean-Christophe PLAGNIOL-VILLARD bool 82ef9f59aSJean-Christophe PLAGNIOL-VILLARD 92ef9f59aSJean-Christophe PLAGNIOL-VILLARDconfig HAVE_AT91_USART3 102ef9f59aSJean-Christophe PLAGNIOL-VILLARD bool 112ef9f59aSJean-Christophe PLAGNIOL-VILLARD 122ef9f59aSJean-Christophe PLAGNIOL-VILLARDconfig HAVE_AT91_USART4 132ef9f59aSJean-Christophe PLAGNIOL-VILLARD bool 142ef9f59aSJean-Christophe PLAGNIOL-VILLARD 152ef9f59aSJean-Christophe PLAGNIOL-VILLARDconfig HAVE_AT91_USART5 162ef9f59aSJean-Christophe PLAGNIOL-VILLARD bool 172ef9f59aSJean-Christophe PLAGNIOL-VILLARD 189d041268SAndrew Victormenu "Atmel AT91 System-on-Chip" 199d041268SAndrew Victor 209d041268SAndrew Victorchoice 219d041268SAndrew Victor prompt "Atmel AT91 Processor" 229d041268SAndrew Victor 239d041268SAndrew Victorconfig ARCH_AT91RM9200 249d041268SAndrew Victor bool "AT91RM9200" 25c750815eSRussell King select CPU_ARM920T 265e802dfaSDavid Brownell select GENERIC_CLOCKEVENTS 272ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_USART3 289d041268SAndrew Victor 299d041268SAndrew Victorconfig ARCH_AT91SAM9260 30f7eee89bSAndrew Victor bool "AT91SAM9260 or AT91SAM9XE" 31c750815eSRussell King select CPU_ARM926T 32ad48ce74SAndrew Victor select GENERIC_CLOCKEVENTS 332ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_USART3 342ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_USART4 352ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_USART5 369d041268SAndrew Victor 379d041268SAndrew Victorconfig ARCH_AT91SAM9261 389d041268SAndrew Victor bool "AT91SAM9261" 39c750815eSRussell King select CPU_ARM926T 40ad48ce74SAndrew Victor select GENERIC_CLOCKEVENTS 410912e535SNicolas Ferre select HAVE_FB_ATMEL 429d041268SAndrew Victor 43b319ff80SNicolas Ferreconfig ARCH_AT91SAM9G10 44b319ff80SNicolas Ferre bool "AT91SAM9G10" 45b319ff80SNicolas Ferre select CPU_ARM926T 46b319ff80SNicolas Ferre select GENERIC_CLOCKEVENTS 470912e535SNicolas Ferre select HAVE_FB_ATMEL 48b319ff80SNicolas Ferre 49b2c65616SAndrew Victorconfig ARCH_AT91SAM9263 50b2c65616SAndrew Victor bool "AT91SAM9263" 51c750815eSRussell King select CPU_ARM926T 52ad48ce74SAndrew Victor select GENERIC_CLOCKEVENTS 530912e535SNicolas Ferre select HAVE_FB_ATMEL 54b2c65616SAndrew Victor 55877d7720SAndrew Victorconfig ARCH_AT91SAM9RL 56877d7720SAndrew Victor bool "AT91SAM9RL" 57c750815eSRussell King select CPU_ARM926T 58ad48ce74SAndrew Victor select GENERIC_CLOCKEVENTS 592ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_USART3 600912e535SNicolas Ferre select HAVE_FB_ATMEL 61877d7720SAndrew Victor 6261352667Ssedji gaouaouconfig ARCH_AT91SAM9G20 6361352667Ssedji gaouaou bool "AT91SAM9G20" 64c750815eSRussell King select CPU_ARM926T 6561352667Ssedji gaouaou select GENERIC_CLOCKEVENTS 662ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_USART3 672ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_USART4 682ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_USART5 6961352667Ssedji gaouaou 70789b23bcSNicolas Ferreconfig ARCH_AT91SAM9G45 71789b23bcSNicolas Ferre bool "AT91SAM9G45" 72789b23bcSNicolas Ferre select CPU_ARM926T 73789b23bcSNicolas Ferre select GENERIC_CLOCKEVENTS 742ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_USART3 750912e535SNicolas Ferre select HAVE_FB_ATMEL 76789b23bcSNicolas Ferre 772b3b3516SAndrew Victorconfig ARCH_AT91CAP9 782b3b3516SAndrew Victor bool "AT91CAP9" 79c750815eSRussell King select CPU_ARM926T 80ad48ce74SAndrew Victor select GENERIC_CLOCKEVENTS 810912e535SNicolas Ferre select HAVE_FB_ATMEL 822b3b3516SAndrew Victor 835e38efaeSAndrew Victorconfig ARCH_AT572D940HF 845e38efaeSAndrew Victor bool "AT572D940HF" 855e38efaeSAndrew Victor select CPU_ARM926T 865e38efaeSAndrew Victor select GENERIC_CLOCKEVENTS 875e38efaeSAndrew Victor 889f1ccefeSGreg Ungererconfig ARCH_AT91X40 899f1ccefeSGreg Ungerer bool "AT91x40" 905cfc8ee0SJohn Stultz select ARCH_USES_GETTIMEOFFSET 919f1ccefeSGreg Ungerer 929d041268SAndrew Victorendchoice 939d041268SAndrew Victor 949f1ccefeSGreg Ungererconfig AT91_PMC_UNIT 959f1ccefeSGreg Ungerer bool 969f1ccefeSGreg Ungerer default !ARCH_AT91X40 979f1ccefeSGreg Ungerer 989d041268SAndrew Victor# ---------------------------------------------------------- 999d041268SAndrew Victor 1009d041268SAndrew Victorif ARCH_AT91RM9200 1019d041268SAndrew Victor 1029d041268SAndrew Victorcomment "AT91RM9200 Board Type" 1039d041268SAndrew Victor 1049d041268SAndrew Victorconfig MACH_ONEARM 1059d041268SAndrew Victor bool "Ajeco 1ARM Single Board Computer" 1069d041268SAndrew Victor help 1079d041268SAndrew Victor Select this if you are using Ajeco's 1ARM Single Board Computer. 1089d041268SAndrew Victor <http://www.ajeco.fi/products.htm> 1099d041268SAndrew Victor 1109d041268SAndrew Victorconfig ARCH_AT91RM9200DK 1119d041268SAndrew Victor bool "Atmel AT91RM9200-DK Development board" 1122ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_DATAFLASH_CARD 1139d041268SAndrew Victor help 1149d041268SAndrew Victor Select this if you are using Atmel's AT91RM9200-DK Development board. 1159d041268SAndrew Victor (Discontinued) 1169d041268SAndrew Victor 1179d041268SAndrew Victorconfig MACH_AT91RM9200EK 1189d041268SAndrew Victor bool "Atmel AT91RM9200-EK Evaluation Kit" 1192ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_DATAFLASH_CARD 1209d041268SAndrew Victor help 1219d041268SAndrew Victor Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit. 1229d041268SAndrew Victor <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507> 1239d041268SAndrew Victor 1249d041268SAndrew Victorconfig MACH_CSB337 1259d041268SAndrew Victor bool "Cogent CSB337" 1269d041268SAndrew Victor help 1279d041268SAndrew Victor Select this if you are using Cogent's CSB337 board. 1289d041268SAndrew Victor <http://www.cogcomp.com/csb_csb337.htm> 1299d041268SAndrew Victor 1309d041268SAndrew Victorconfig MACH_CSB637 1319d041268SAndrew Victor bool "Cogent CSB637" 1329d041268SAndrew Victor help 1339d041268SAndrew Victor Select this if you are using Cogent's CSB637 board. 1349d041268SAndrew Victor <http://www.cogcomp.com/csb_csb637.htm> 1359d041268SAndrew Victor 1369d041268SAndrew Victorconfig MACH_CARMEVA 1379d041268SAndrew Victor bool "Conitec ARM&EVA" 1389d041268SAndrew Victor help 1399d041268SAndrew Victor Select this if you are using Conitec's AT91RM9200-MCU-Module. 1409d041268SAndrew Victor <http://www.conitec.net/english/linuxboard.htm> 1419d041268SAndrew Victor 1429d041268SAndrew Victorconfig MACH_ATEB9200 1439d041268SAndrew Victor bool "Embest ATEB9200" 1449d041268SAndrew Victor help 1459d041268SAndrew Victor Select this if you are using Embest's ATEB9200 board. 1469d041268SAndrew Victor <http://www.embedinfo.com/english/product/ATEB9200.asp> 1479d041268SAndrew Victor 1489d041268SAndrew Victorconfig MACH_KB9200 1499d041268SAndrew Victor bool "KwikByte KB920x" 1509d041268SAndrew Victor help 1519d041268SAndrew Victor Select this if you are using KwikByte's KB920x board. 1529d041268SAndrew Victor <http://kwikbyte.com/KB9202_description_new.htm> 1539d041268SAndrew Victor 1545d01f133SSimon Richterconfig MACH_PICOTUX2XX 1555d01f133SSimon Richter bool "picotux 200" 1565d01f133SSimon Richter help 1575d01f133SSimon Richter Select this if you are using a picotux 200. 1585d01f133SSimon Richter <http://www.picotux.com/> 1595d01f133SSimon Richter 1609d041268SAndrew Victorconfig MACH_KAFA 1619d041268SAndrew Victor bool "Sperry-Sun KAFA board" 1629d041268SAndrew Victor help 1639d041268SAndrew Victor Select this if you are using Sperry-Sun's KAFA board. 1649d041268SAndrew Victor 1652f036ac6SAndrew Victorconfig MACH_ECBAT91 1662f036ac6SAndrew Victor bool "emQbit ECB_AT91 SBC" 1672ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_DATAFLASH_CARD 1682f036ac6SAndrew Victor help 1692f036ac6SAndrew Victor Select this if you are using emQbit's ECB_AT91 board. 1702f036ac6SAndrew Victor <http://wiki.emqbit.com/free-ecb-at91> 1712f036ac6SAndrew Victor 172e3ba22dbSAndrew Victorconfig MACH_YL9200 173e3ba22dbSAndrew Victor bool "ucDragon YL-9200" 174e3ba22dbSAndrew Victor help 175e3ba22dbSAndrew Victor Select this if you are using the ucDragon YL-9200 board. 176e3ba22dbSAndrew Victor 17710233a93SEric Bénardconfig MACH_CPUAT91 17810233a93SEric Bénard bool "Eukrea CPUAT91" 17910233a93SEric Bénard help 18010233a93SEric Bénard Select this if you are using the Eukrea Electromatique's 18110233a93SEric Bénard CPUAT91 board <http://www.eukrea.com/>. 18210233a93SEric Bénard 18301c62c9bSUwe Kleine-Königconfig MACH_ECO920 18401c62c9bSUwe Kleine-König bool "eco920" 18501c62c9bSUwe Kleine-König help 18601c62c9bSUwe Kleine-König Select this if you are using the eco920 board 18701c62c9bSUwe Kleine-König 1889d041268SAndrew Victorendif 1899d041268SAndrew Victor 1909d041268SAndrew Victor# ---------------------------------------------------------- 1919d041268SAndrew Victor 1929d041268SAndrew Victorif ARCH_AT91SAM9260 1939d041268SAndrew Victor 194f7eee89bSAndrew Victorcomment "AT91SAM9260 Variants" 1959d041268SAndrew Victor 196f7eee89bSAndrew Victorconfig ARCH_AT91SAM9260_SAM9XE 197f7eee89bSAndrew Victor bool "AT91SAM9XE" 1989d041268SAndrew Victor help 199f7eee89bSAndrew Victor Select this if you are using Atmel's AT91SAM9XE System-on-Chip. 200a982ac06SMatt LaPlante They are basically AT91SAM9260s with various sizes of embedded Flash. 201f7eee89bSAndrew Victor 202f7eee89bSAndrew Victorcomment "AT91SAM9260 / AT91SAM9XE Board Type" 203f7eee89bSAndrew Victor 204f7eee89bSAndrew Victorconfig MACH_AT91SAM9260EK 205f7eee89bSAndrew Victor bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit" 2062ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_DATAFLASH_CARD 2072ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_NAND_ATMEL_BUSWIDTH_16 208f7eee89bSAndrew Victor help 209f7eee89bSAndrew Victor Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit 2109d041268SAndrew Victor <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933> 2119d041268SAndrew Victor 21235131fb6SAndrew Victorconfig MACH_CAM60 21335131fb6SAndrew Victor bool "KwikByte KB9260 (CAM60) board" 21435131fb6SAndrew Victor help 21535131fb6SAndrew Victor Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260. 21635131fb6SAndrew Victor <http://www.kwikbyte.com/KB9260.html> 21735131fb6SAndrew Victor 21866dbfc6cSAndrew Victorconfig MACH_SAM9_L9260 21966dbfc6cSAndrew Victor bool "Olimex SAM9-L9260 board" 2202ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_DATAFLASH_CARD 22166dbfc6cSAndrew Victor help 22266dbfc6cSAndrew Victor Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260. 22366dbfc6cSAndrew Victor <http://www.olimex.com/dev/sam9-L9260.html> 22466dbfc6cSAndrew Victor 2259c784f95SSergey Lapinconfig MACH_AFEB9260 2269c784f95SSergey Lapin bool "Custom afeb9260 board v1" 2279c784f95SSergey Lapin help 2289c784f95SSergey Lapin Select this if you are using custom afeb9260 board based on 2299c784f95SSergey Lapin open hardware design. Select this for revision 1 of the board. 2309c784f95SSergey Lapin <svn://194.85.238.22/home/users/george/svn/arm9eb> 2319c784f95SSergey Lapin <http://groups.google.com/group/arm9fpga-evolution-board> 2329c784f95SSergey Lapin 233ca0a789aSAndrew Victorconfig MACH_USB_A9260 234ca0a789aSAndrew Victor bool "CALAO USB-A9260" 235ca0a789aSAndrew Victor help 236ca0a789aSAndrew Victor Select this if you are using a Calao Systems USB-A9260. 237ca0a789aSAndrew Victor <http://www.calao-systems.com> 238ca0a789aSAndrew Victor 239ca0a789aSAndrew Victorconfig MACH_QIL_A9260 240ca0a789aSAndrew Victor bool "CALAO QIL-A9260 board" 241ca0a789aSAndrew Victor help 242ca0a789aSAndrew Victor Select this if you are using a Calao Systems QIL-A9260 Board. 243ca0a789aSAndrew Victor <http://www.calao-systems.com> 244ca0a789aSAndrew Victor 24541a353d1SEric Bénardconfig MACH_CPU9260 24641a353d1SEric Bénard bool "Eukrea CPU9260 board" 24741a353d1SEric Bénard help 24841a353d1SEric Bénard Select this if you are using a Eukrea Electromatique's 24941a353d1SEric Bénard CPU9260 Board <http://www.eukrea.com/> 25041a353d1SEric Bénard 251*8ed90595SMaxim Osipovconfig MACH_FLEXIBITY 252*8ed90595SMaxim Osipov bool "Flexibity Connect board" 253*8ed90595SMaxim Osipov help 254*8ed90595SMaxim Osipov Select this if you are using Flexibity Connect board 255*8ed90595SMaxim Osipov <http://www.flexibity.com> 256*8ed90595SMaxim Osipov 2579d041268SAndrew Victorendif 2589d041268SAndrew Victor 2599d041268SAndrew Victor# ---------------------------------------------------------- 2609d041268SAndrew Victor 2619d041268SAndrew Victorif ARCH_AT91SAM9261 2629d041268SAndrew Victor 2639d041268SAndrew Victorcomment "AT91SAM9261 Board Type" 2649d041268SAndrew Victor 2659d041268SAndrew Victorconfig MACH_AT91SAM9261EK 2669d041268SAndrew Victor bool "Atmel AT91SAM9261-EK Evaluation Kit" 2672ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_DATAFLASH_CARD 2682ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_NAND_ATMEL_BUSWIDTH_16 2699d041268SAndrew Victor help 2709d041268SAndrew Victor Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit. 2719d041268SAndrew Victor <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820> 2729d041268SAndrew Victor 2739d041268SAndrew Victorendif 2749d041268SAndrew Victor 2759d041268SAndrew Victor# ---------------------------------------------------------- 2769d041268SAndrew Victor 277b319ff80SNicolas Ferreif ARCH_AT91SAM9G10 278b319ff80SNicolas Ferre 279b319ff80SNicolas Ferrecomment "AT91SAM9G10 Board Type" 280b319ff80SNicolas Ferre 281b319ff80SNicolas Ferreconfig MACH_AT91SAM9G10EK 282b319ff80SNicolas Ferre bool "Atmel AT91SAM9G10-EK Evaluation Kit" 2832ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_DATAFLASH_CARD 2842ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_NAND_ATMEL_BUSWIDTH_16 285b319ff80SNicolas Ferre help 286b319ff80SNicolas Ferre Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit. 287b319ff80SNicolas Ferre <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588> 288b319ff80SNicolas Ferre 289b319ff80SNicolas Ferreendif 290b319ff80SNicolas Ferre 291b319ff80SNicolas Ferre# ---------------------------------------------------------- 292b319ff80SNicolas Ferre 293e6d92e63SAndrew Victorif ARCH_AT91SAM9263 294e6d92e63SAndrew Victor 295e6d92e63SAndrew Victorcomment "AT91SAM9263 Board Type" 296e6d92e63SAndrew Victor 297e6d92e63SAndrew Victorconfig MACH_AT91SAM9263EK 298e6d92e63SAndrew Victor bool "Atmel AT91SAM9263-EK Evaluation Kit" 2992ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_DATAFLASH_CARD 3002ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_NAND_ATMEL_BUSWIDTH_16 301e6d92e63SAndrew Victor help 302e6d92e63SAndrew Victor Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit. 303e6d92e63SAndrew Victor <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057> 304e6d92e63SAndrew Victor 305ca0a789aSAndrew Victorconfig MACH_USB_A9263 306ca0a789aSAndrew Victor bool "CALAO USB-A9263" 307ca0a789aSAndrew Victor help 308ca0a789aSAndrew Victor Select this if you are using a Calao Systems USB-A9263. 309ca0a789aSAndrew Victor <http://www.calao-systems.com> 310ca0a789aSAndrew Victor 311ffc63b7dSAndrew Victorconfig MACH_NEOCORE926 312ffc63b7dSAndrew Victor bool "Adeneo NEOCORE926" 3132ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_DATAFLASH_CARD 314ffc63b7dSAndrew Victor help 315ffc63b7dSAndrew Victor Select this if you are using the Adeneo Neocore 926 board. 316ffc63b7dSAndrew Victor 317e6d92e63SAndrew Victorendif 318e6d92e63SAndrew Victor 319e6d92e63SAndrew Victor# ---------------------------------------------------------- 320e6d92e63SAndrew Victor 321c42dcb3dSAndrew Victorif ARCH_AT91SAM9RL 322c42dcb3dSAndrew Victor 323c42dcb3dSAndrew Victorcomment "AT91SAM9RL Board Type" 324c42dcb3dSAndrew Victor 325c42dcb3dSAndrew Victorconfig MACH_AT91SAM9RLEK 326c42dcb3dSAndrew Victor bool "Atmel AT91SAM9RL-EK Evaluation Kit" 327c42dcb3dSAndrew Victor help 328c42dcb3dSAndrew Victor Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit. 329c42dcb3dSAndrew Victor 330c42dcb3dSAndrew Victorendif 331c42dcb3dSAndrew Victor 332c42dcb3dSAndrew Victor# ---------------------------------------------------------- 333c42dcb3dSAndrew Victor 33461352667Ssedji gaouaouif ARCH_AT91SAM9G20 33561352667Ssedji gaouaou 33661352667Ssedji gaouaoucomment "AT91SAM9G20 Board Type" 33761352667Ssedji gaouaou 33861352667Ssedji gaouaouconfig MACH_AT91SAM9G20EK 33961352667Ssedji gaouaou bool "Atmel AT91SAM9G20-EK Evaluation Kit" 3402ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_DATAFLASH_CARD 3412ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_NAND_ATMEL_BUSWIDTH_16 34261352667Ssedji gaouaou help 3430f74296aSNicolas Ferre Select this if you are using Atmel's AT91SAM9G20-EK Evaluation Kit 3440f74296aSNicolas Ferre that embeds only one SD/MMC slot. 3450f74296aSNicolas Ferre 3460f74296aSNicolas Ferreconfig MACH_AT91SAM9G20EK_2MMC 3470f74296aSNicolas Ferre bool "Atmel AT91SAM9G20-EK Evaluation Kit with 2 SD/MMC Slots" 3482ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_NAND_ATMEL_BUSWIDTH_16 3490f74296aSNicolas Ferre help 3500f74296aSNicolas Ferre Select this if you are using an Atmel AT91SAM9G20-EK Evaluation Kit 3510f74296aSNicolas Ferre with 2 SD/MMC Slots. This is the case for AT91SAM9G20-EK rev. C and 3520f74296aSNicolas Ferre onwards. 35361352667Ssedji gaouaou 35441a353d1SEric Bénardconfig MACH_CPU9G20 35541a353d1SEric Bénard bool "Eukrea CPU9G20 board" 35641a353d1SEric Bénard help 35741a353d1SEric Bénard Select this if you are using a Eukrea Electromatique's 35841a353d1SEric Bénard CPU9G20 Board <http://www.eukrea.com/> 35941a353d1SEric Bénard 3609b404b7cSChristian Glindkampconfig MACH_PORTUXG20 3619b404b7cSChristian Glindkamp bool "taskit PortuxG20" 3629b404b7cSChristian Glindkamp help 3639b404b7cSChristian Glindkamp Select this if you are using taskit's PortuxG20. 3649b404b7cSChristian Glindkamp <http://www.taskit.de/en/> 3659b404b7cSChristian Glindkamp 3669b404b7cSChristian Glindkampconfig MACH_STAMP9G20 3679b404b7cSChristian Glindkamp bool "taskit Stamp9G20 CPU module" 3689b404b7cSChristian Glindkamp help 3699b404b7cSChristian Glindkamp Select this if you are using taskit's Stamp9G20 CPU module on its 3709b404b7cSChristian Glindkamp evaluation board. 3719b404b7cSChristian Glindkamp <http://www.taskit.de/en/> 3729b404b7cSChristian Glindkamp 37361352667Ssedji gaouaouendif 37461352667Ssedji gaouaou 375064baacaSRyan Mallonif (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20) 376064baacaSRyan Malloncomment "AT91SAM9260/AT91SAM9G20 boards" 377064baacaSRyan Mallon 378064baacaSRyan Mallonconfig MACH_SNAPPER_9260 379064baacaSRyan Mallon bool "Bluewater Systems Snapper 9260/9G20 module" 380064baacaSRyan Mallon help 381064baacaSRyan Mallon Select this if you are using the Bluewater Systems Snapper 9260 or 382064baacaSRyan Mallon Snapper 9G20 modules. 383064baacaSRyan Mallon <http://www.bluewatersys.com/> 384064baacaSRyan Mallonendif 385064baacaSRyan Mallon 38661352667Ssedji gaouaou# ---------------------------------------------------------- 38761352667Ssedji gaouaou 388789b23bcSNicolas Ferreif ARCH_AT91SAM9G45 389789b23bcSNicolas Ferre 390789b23bcSNicolas Ferrecomment "AT91SAM9G45 Board Type" 391789b23bcSNicolas Ferre 392789b23bcSNicolas Ferreconfig MACH_AT91SAM9G45EKES 393789b23bcSNicolas Ferre bool "Atmel AT91SAM9G45-EKES Evaluation Kit" 3942ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_NAND_ATMEL_BUSWIDTH_16 395789b23bcSNicolas Ferre help 396789b23bcSNicolas Ferre Select this if you are using Atmel's AT91SAM9G45-EKES Evaluation Kit. 397789b23bcSNicolas Ferre "ES" at the end of the name means that this board is an 398789b23bcSNicolas Ferre Engineering Sample. 399789b23bcSNicolas Ferre 400789b23bcSNicolas Ferreendif 401789b23bcSNicolas Ferre 402789b23bcSNicolas Ferre# ---------------------------------------------------------- 403789b23bcSNicolas Ferre 40486640caeSAndrew Victorif ARCH_AT91CAP9 40586640caeSAndrew Victor 40686640caeSAndrew Victorcomment "AT91CAP9 Board Type" 40786640caeSAndrew Victor 40886640caeSAndrew Victorconfig MACH_AT91CAP9ADK 40986640caeSAndrew Victor bool "Atmel AT91CAP9A-DK Evaluation Kit" 4102ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_AT91_DATAFLASH_CARD 4112ef9f59aSJean-Christophe PLAGNIOL-VILLARD select HAVE_NAND_ATMEL_BUSWIDTH_16 41286640caeSAndrew Victor help 41386640caeSAndrew Victor Select this if you are using Atmel's AT91CAP9A-DK Evaluation Kit. 41486640caeSAndrew Victor <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138> 41586640caeSAndrew Victor 41686640caeSAndrew Victorendif 41786640caeSAndrew Victor 41886640caeSAndrew Victor# ---------------------------------------------------------- 41986640caeSAndrew Victor 420c9a8fdd8SAndrew Victorif ARCH_AT572D940HF 421c9a8fdd8SAndrew Victor 422c9a8fdd8SAndrew Victorcomment "AT572D940HF Board Type" 423c9a8fdd8SAndrew Victor 424c9a8fdd8SAndrew Victorconfig MACH_AT572D940HFEB 425c9a8fdd8SAndrew Victor bool "AT572D940HF-EK" 426c9a8fdd8SAndrew Victor depends on ARCH_AT572D940HF 427c9a8fdd8SAndrew Victor select HAVE_AT91_DATAFLASH_CARD 428c9a8fdd8SAndrew Victor select HAVE_NAND_ATMEL_BUSWIDTH_16 429c9a8fdd8SAndrew Victor help 430c9a8fdd8SAndrew Victor Select this if you are using Atmel's AT572D940HF-EK evaluation kit. 431c9a8fdd8SAndrew Victor <http://www.atmel.com/products/diopsis/default.asp> 432c9a8fdd8SAndrew Victor 433c9a8fdd8SAndrew Victorendif 434c9a8fdd8SAndrew Victor 435c9a8fdd8SAndrew Victor# ---------------------------------------------------------- 436c9a8fdd8SAndrew Victor 4379f1ccefeSGreg Ungererif ARCH_AT91X40 4389f1ccefeSGreg Ungerer 4399f1ccefeSGreg Ungerercomment "AT91X40 Board Type" 4409f1ccefeSGreg Ungerer 4419f1ccefeSGreg Ungererconfig MACH_AT91EB01 4429f1ccefeSGreg Ungerer bool "Atmel AT91EB01 Evaluation Kit" 4439f1ccefeSGreg Ungerer help 4449f1ccefeSGreg Ungerer Select this if you are using Atmel's AT91EB01 Evaluation Kit. 4459f1ccefeSGreg Ungerer It is also a popular target for simulators such as GDB's 4469f1ccefeSGreg Ungerer ARM simulator (commonly known as the ARMulator) and the 4479f1ccefeSGreg Ungerer Skyeye simulator. 4489f1ccefeSGreg Ungerer 4499f1ccefeSGreg Ungererendif 4509f1ccefeSGreg Ungerer 4519f1ccefeSGreg Ungerer# ---------------------------------------------------------- 4529f1ccefeSGreg Ungerer 4539d041268SAndrew Victorcomment "AT91 Board Options" 4549d041268SAndrew Victor 4559d041268SAndrew Victorconfig MTD_AT91_DATAFLASH_CARD 4569d041268SAndrew Victor bool "Enable DataFlash Card support" 4572ef9f59aSJean-Christophe PLAGNIOL-VILLARD depends on HAVE_AT91_DATAFLASH_CARD 4589d041268SAndrew Victor help 4599d041268SAndrew Victor Enable support for the DataFlash card. 4609d041268SAndrew Victor 461f6ed6f78SPieter du Preezconfig MTD_NAND_ATMEL_BUSWIDTH_16 4629d041268SAndrew Victor bool "Enable 16-bit data bus interface to NAND flash" 4632ef9f59aSJean-Christophe PLAGNIOL-VILLARD depends on HAVE_NAND_ATMEL_BUSWIDTH_16 4649d041268SAndrew Victor help 4659d041268SAndrew Victor On AT91SAM926x boards both types of NAND flash can be present 4669d041268SAndrew Victor (8 and 16 bit data bus width). 4679d041268SAndrew Victor 4689d041268SAndrew Victor# ---------------------------------------------------------- 4699d041268SAndrew Victor 4709d041268SAndrew Victorcomment "AT91 Feature Selections" 4719d041268SAndrew Victor 4729d041268SAndrew Victorconfig AT91_PROGRAMMABLE_CLOCKS 4739d041268SAndrew Victor bool "Programmable Clocks" 4749d041268SAndrew Victor help 4759d041268SAndrew Victor Select this if you need to program one or more of the PCK0..PCK3 4769d041268SAndrew Victor programmable clock outputs. 4779d041268SAndrew Victor 478eaad2db0SAndrew Victorconfig AT91_SLOW_CLOCK 479eaad2db0SAndrew Victor bool "Suspend-to-RAM disables main oscillator" 480eaad2db0SAndrew Victor depends on SUSPEND 481eaad2db0SAndrew Victor help 482eaad2db0SAndrew Victor Select this if you want Suspend-to-RAM to save the most power 483eaad2db0SAndrew Victor possible (without powering off the CPU) by disabling the PLLs 484eaad2db0SAndrew Victor and main oscillator so that only the 32 KiHz clock is available. 485eaad2db0SAndrew Victor 486eaad2db0SAndrew Victor When only that slow-clock is available, some peripherals lose 487eaad2db0SAndrew Victor functionality. Many can't issue wakeup events unless faster 488eaad2db0SAndrew Victor clocks are available. Some lose their operating state and 489eaad2db0SAndrew Victor need to be completely re-initialized. 490eaad2db0SAndrew Victor 4915248c657SDavid Brownellconfig AT91_TIMER_HZ 4925248c657SDavid Brownell int "Kernel HZ (jiffies per second)" 4935248c657SDavid Brownell range 32 1024 4945248c657SDavid Brownell depends on ARCH_AT91 4955248c657SDavid Brownell default "128" if ARCH_AT91RM9200 4965248c657SDavid Brownell default "100" 4975248c657SDavid Brownell help 4985248c657SDavid Brownell On AT91rm9200 chips where you're using a system clock derived 4995248c657SDavid Brownell from the 32768 Hz hardware clock, this tick rate should divide 5005248c657SDavid Brownell it exactly: use a power-of-two value, such as 128 or 256, to 5015248c657SDavid Brownell reduce timing errors caused by rounding. 5025248c657SDavid Brownell 5035248c657SDavid Brownell On AT91sam926x chips, or otherwise when using a higher precision 5045248c657SDavid Brownell system clock (of at least several MHz), rounding is less of a 5055248c657SDavid Brownell problem so it can be safer to use a decimal values like 100. 5065248c657SDavid Brownell 507fa3218d8SGuennadi Liakhovetskichoice 508fa3218d8SGuennadi Liakhovetski prompt "Select a UART for early kernel messages" 509fa3218d8SGuennadi Liakhovetski 510fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_DBGU 511fa3218d8SGuennadi Liakhovetski bool "DBGU" 512fa3218d8SGuennadi Liakhovetski 513fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART0 514fa3218d8SGuennadi Liakhovetski bool "USART0" 515fa3218d8SGuennadi Liakhovetski 516fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART1 517fa3218d8SGuennadi Liakhovetski bool "USART1" 518fa3218d8SGuennadi Liakhovetski 519fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART2 520fa3218d8SGuennadi Liakhovetski bool "USART2" 521fa3218d8SGuennadi Liakhovetski depends on ! ARCH_AT91X40 522fa3218d8SGuennadi Liakhovetski 523fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART3 524fa3218d8SGuennadi Liakhovetski bool "USART3" 5252ef9f59aSJean-Christophe PLAGNIOL-VILLARD depends on HAVE_AT91_USART3 526fa3218d8SGuennadi Liakhovetski 527fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART4 528fa3218d8SGuennadi Liakhovetski bool "USART4" 5292ef9f59aSJean-Christophe PLAGNIOL-VILLARD depends on HAVE_AT91_USART4 530fa3218d8SGuennadi Liakhovetski 531fa3218d8SGuennadi Liakhovetskiconfig AT91_EARLY_USART5 532fa3218d8SGuennadi Liakhovetski bool "USART5" 5332ef9f59aSJean-Christophe PLAGNIOL-VILLARD depends on HAVE_AT91_USART5 534fa3218d8SGuennadi Liakhovetski 535fa3218d8SGuennadi Liakhovetskiendchoice 536fa3218d8SGuennadi Liakhovetski 5379d041268SAndrew Victorendmenu 5389d041268SAndrew Victor 5399d041268SAndrew Victorendif 540