Alex Raimondi | dd5e133 | 2008-12-09 16:17:13 +0100 | [diff] [blame] | 1 | # Hammerhead customization |
| 2 | |
| 3 | if BOARD_HAMMERHEAD |
| 4 | |
| 5 | config BOARD_HAMMERHEAD_USB |
| 6 | bool "Philips ISP116x-hcd USB support" |
| 7 | help |
| 8 | This enables USB support for Hammerheads internal ISP116x |
| 9 | controller from Philips. |
| 10 | |
| 11 | Choose 'Y' here if you want to have your board USB driven. |
| 12 | |
| 13 | config BOARD_HAMMERHEAD_LCD |
| 14 | bool "Atmel AT91/AT32 LCD support" |
| 15 | help |
| 16 | This enables LCD support for the Hammerhead board. You may |
| 17 | also add support for framebuffer devices (AT91/AT32 LCD Controller) |
| 18 | and framebuffer console support to get the most out of your LCD. |
| 19 | |
| 20 | Choose 'Y' here if you have ordered a Corona daugther board and |
| 21 | want to have support for your Hantronix HDA-351T-LV LCD. |
| 22 | |
| 23 | config BOARD_HAMMERHEAD_SND |
| 24 | bool "Atmel AC97 Sound support" |
| 25 | help |
| 26 | This enables Sound support for the Hammerhead board. You may |
André Goddard Rosa | af901ca | 2009-11-14 13:09:05 -0200 | [diff] [blame] | 27 | also go through the ALSA settings to get it working. |
Alex Raimondi | dd5e133 | 2008-12-09 16:17:13 +0100 | [diff] [blame] | 28 | |
| 29 | Choose 'Y' here if you have ordered a Corona daugther board and |
| 30 | want to make your board funky. |
| 31 | |
| 32 | config BOARD_HAMMERHEAD_FPGA |
| 33 | bool "Hammerhead FPGA Support" |
| 34 | default y |
| 35 | help |
| 36 | This adds support for the Cyclone III FPGA from Altera |
| 37 | found on Miromico's Hammerhead board. |
| 38 | |
| 39 | Choose 'Y' here if you want to have FPGA support enabled. |
| 40 | You will have to choose the "Hammerhead FPGA Device Support" in |
| 41 | Device Drivers->Misc to be able to use FPGA functionality. |
| 42 | |
| 43 | endif # BOARD_ATNGW100 |