blob: f41c5335e6a9c9e036dd10a80d0c400e2cff3c36 [file] [log] [blame]
Hans-Christian Egtvedta3bee422008-07-01 08:29:27 +00001# NGW100 customization
2
3if BOARD_ATNGW100
4
Peter Maa89ab112009-06-08 12:54:02 +02005choice
6 prompt "Select an NGW100 add-on board to support"
7 default BOARD_ATNGW100_ADDON_NONE
8
9config BOARD_ATNGW100_ADDON_NONE
10 bool "None"
11
Hans-Christian Egtvedta3bee422008-07-01 08:29:27 +000012config BOARD_ATNGW100_EVKLCD10X
Peter Maa89ab112009-06-08 12:54:02 +020013 bool "EVKLCD10X addon board"
Hans-Christian Egtvedta3bee422008-07-01 08:29:27 +000014 help
15 This enables support for the EVKLCD100 (QVGA) or EVKLCD101 (VGA)
16 addon board for the NGW100. By enabling this the LCD controller and
17 AC97 controller is added as platform devices.
18
19 This choice disables the detect pin and the write-protect pin for the
20 MCI platform device, since it conflicts with the LCD platform device.
21 The MCI pins can be reenabled by editing the "add device function" but
22 this may break the setup for other displays that use these pins.
23
Peter Maa89ab112009-06-08 12:54:02 +020024endchoice
Hans-Christian Egtvedta3bee422008-07-01 08:29:27 +000025
26choice
27 prompt "LCD panel resolution on EVKLCD10X"
28 depends on BOARD_ATNGW100_EVKLCD10X
29 default BOARD_ATNGW100_EVKLCD10X_VGA
30
31config BOARD_ATNGW100_EVKLCD10X_QVGA
32 bool "QVGA (320x240)"
33
34config BOARD_ATNGW100_EVKLCD10X_VGA
35 bool "VGA (640x480)"
36
37config BOARD_ATNGW100_EVKLCD10X_POW_QVGA
38 bool "Powertip QVGA (320x240)"
39
40endchoice
41
42endif # BOARD_ATNGW100