diff options
author | Peter Ma <pma@mediamatech.com> | 2009-06-08 06:54:02 -0400 |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2009-06-08 06:54:02 -0400 |
commit | a89ab11454b476d2d9e8a10f903360a62e21bac8 (patch) | |
tree | 4f0330222e22e5470a86c6ff6c46b663cc2a85bc /arch/avr32 | |
parent | 334034c132017fa662716b70591b2297ed7f238c (diff) |
avr32: Change Atmel ATNGW100 config to add choice of add-on board
Signed-off-by: Peter Ma <pma@mediamatech.com>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32')
-rw-r--r-- | arch/avr32/boards/atngw100/Kconfig | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/arch/avr32/boards/atngw100/Kconfig b/arch/avr32/boards/atngw100/Kconfig index b3f99477bbeb..f41c5335e6a9 100644 --- a/arch/avr32/boards/atngw100/Kconfig +++ b/arch/avr32/boards/atngw100/Kconfig | |||
@@ -2,8 +2,15 @@ | |||
2 | 2 | ||
3 | if BOARD_ATNGW100 | 3 | if BOARD_ATNGW100 |
4 | 4 | ||
5 | choice | ||
6 | prompt "Select an NGW100 add-on board to support" | ||
7 | default BOARD_ATNGW100_ADDON_NONE | ||
8 | |||
9 | config BOARD_ATNGW100_ADDON_NONE | ||
10 | bool "None" | ||
11 | |||
5 | config BOARD_ATNGW100_EVKLCD10X | 12 | config BOARD_ATNGW100_EVKLCD10X |
6 | bool "Add support for EVKLCD10X addon board" | 13 | bool "EVKLCD10X addon board" |
7 | help | 14 | help |
8 | This enables support for the EVKLCD100 (QVGA) or EVKLCD101 (VGA) | 15 | This enables support for the EVKLCD100 (QVGA) or EVKLCD101 (VGA) |
9 | addon board for the NGW100. By enabling this the LCD controller and | 16 | addon board for the NGW100. By enabling this the LCD controller and |
@@ -14,7 +21,7 @@ config BOARD_ATNGW100_EVKLCD10X | |||
14 | The MCI pins can be reenabled by editing the "add device function" but | 21 | The MCI pins can be reenabled by editing the "add device function" but |
15 | this may break the setup for other displays that use these pins. | 22 | this may break the setup for other displays that use these pins. |
16 | 23 | ||
17 | Choose 'Y' here if you have a EVKLCD100/101 connected to the NGW100. | 24 | endchoice |
18 | 25 | ||
19 | choice | 26 | choice |
20 | prompt "LCD panel resolution on EVKLCD10X" | 27 | prompt "LCD panel resolution on EVKLCD10X" |