diff options
Diffstat (limited to 'arch/avr32/boards/hammerhead/Kconfig')
-rw-r--r-- | arch/avr32/boards/hammerhead/Kconfig | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/arch/avr32/boards/hammerhead/Kconfig b/arch/avr32/boards/hammerhead/Kconfig new file mode 100644 index 000000000000..fda2331f9789 --- /dev/null +++ b/arch/avr32/boards/hammerhead/Kconfig | |||
@@ -0,0 +1,43 @@ | |||
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 | ||
27 | also go trough 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 | |||
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 | ||