mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
334034c132
commit
a89ab11454
1 changed files with 9 additions and 2 deletions
|
@ -2,8 +2,15 @@
|
||||||
|
|
||||||
if BOARD_ATNGW100
|
if BOARD_ATNGW100
|
||||||
|
|
||||||
|
choice
|
||||||
|
prompt "Select an NGW100 add-on board to support"
|
||||||
|
default BOARD_ATNGW100_ADDON_NONE
|
||||||
|
|
||||||
|
config BOARD_ATNGW100_ADDON_NONE
|
||||||
|
bool "None"
|
||||||
|
|
||||||
config BOARD_ATNGW100_EVKLCD10X
|
config BOARD_ATNGW100_EVKLCD10X
|
||||||
bool "Add support for EVKLCD10X addon board"
|
bool "EVKLCD10X addon board"
|
||||||
help
|
help
|
||||||
This enables support for the EVKLCD100 (QVGA) or EVKLCD101 (VGA)
|
This enables support for the EVKLCD100 (QVGA) or EVKLCD101 (VGA)
|
||||||
addon board for the NGW100. By enabling this the LCD controller and
|
addon board for the NGW100. By enabling this the LCD controller and
|
||||||
|
@ -14,7 +21,7 @@ config BOARD_ATNGW100_EVKLCD10X
|
||||||
The MCI pins can be reenabled by editing the "add device function" but
|
The MCI pins can be reenabled by editing the "add device function" but
|
||||||
this may break the setup for other displays that use these pins.
|
this may break the setup for other displays that use these pins.
|
||||||
|
|
||||||
Choose 'Y' here if you have a EVKLCD100/101 connected to the NGW100.
|
endchoice
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "LCD panel resolution on EVKLCD10X"
|
prompt "LCD panel resolution on EVKLCD10X"
|
||||||
|
|
Loading…
Add table
Reference in a new issue