1# Hammerhead customization 2 3if BOARD_HAMMERHEAD 4 5config 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 13config 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 23config BOARD_HAMMERHEAD_SND 24 bool "Atmel AC97 Sound support" 25 help 26 This enables Sound support for the Hammerhead board. You may 27 also go through the ALSA settings to get it working. 28 29 Choose 'Y' here if you have ordered a Corona daugther board and 30 want to make your board funky. 31 32config 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 43endif # BOARD_ATNGW100 44