| ATSTK1002 defconfig | Default configuration for the Atmel ATSTK1002 starter kit. This is a modular build, remember to install the modules to your target board. |
| ATSTK1002 defconfig monolithic | Same as above but with all features built in, nothing built as modules. |
| ATNGW100 defconfig | Default configuration for the Atmel ATNGW100 reference design. This is a modular build, remember to install the modules to your target board. |
| ATNGW100 defconfig monolithic | Same as above but with all features built in, nothing built as modules. |
| ATSTK1002 spidev | Default configuration for the ATSTK1002 but with all spare chip selects on the SPI0 controller wired up to SPIDEV for userspace access |
| ATSTK1002 spidev monolithic | Same as above but built without external modules |
| ATNGW100 spidev | Default configuration for the ATNGW100 but with all spare chip selects on the SPI0 controller wired up to SPIDEV for userspace access |
| ATNGW100 spidev monolithic | Same as above but built without external modules |
| ATNGW100 usarts | Default configuration for the ATNGW100 but with all USARTs wired up and running. This means that the USART peripheral reserves the pins and you can no longer use them as gpio. |
| ATNGW100 usarts monolithic | Same as above but built without external modules |
| ATNGW100 usarts/spidev | Default configuration for the ATNGW100 but with all USARTs wired up and all spare chip selects wired to spidev |
| ATNGW100 usarts/spidev monolithic | Same as above but built without external modules |
| ATSTK1002 tinyconf nonet | A kernel configuration with no network support, no debug features and a swag of other space savers. All the critical parts should be there but the binary size is just 600KB (as compared to a defconfig around 1.2MB) |
| ATSTK1002 tinyconf network | Same as above but with networking enabled bringing the binary size of around 900KB |