diff options
Diffstat (limited to 'arch/avr32/boards/atngw100/Kconfig')
-rw-r--r-- | arch/avr32/boards/atngw100/Kconfig | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/arch/avr32/boards/atngw100/Kconfig b/arch/avr32/boards/atngw100/Kconfig index be27a0218ab4..4e55617ade2d 100644 --- a/arch/avr32/boards/atngw100/Kconfig +++ b/arch/avr32/boards/atngw100/Kconfig | |||
@@ -1,6 +1,17 @@ | |||
1 | # NGW100 customization | 1 | # NGW100 customization |
2 | 2 | ||
3 | if BOARD_ATNGW100 | 3 | if BOARD_ATNGW100_COMMON |
4 | |||
5 | config BOARD_ATNGW100_MKII_LCD | ||
6 | bool "Enable ATNGW100 mkII LCD interface" | ||
7 | depends on BOARD_ATNGW100_MKII | ||
8 | help | ||
9 | This enables the LCD controller (LCDC) in the AT32AP7000. Since the | ||
10 | LCDC is multiplexed with MACB1 (LAN) Ethernet port, only one can be | ||
11 | enabled at a time. | ||
12 | |||
13 | This choice enables the LCDC and disables the MACB1 interface marked | ||
14 | LAN on the PCB. | ||
4 | 15 | ||
5 | choice | 16 | choice |
6 | prompt "Select an NGW100 add-on board to support" | 17 | prompt "Select an NGW100 add-on board to support" |
@@ -11,15 +22,11 @@ config BOARD_ATNGW100_ADDON_NONE | |||
11 | 22 | ||
12 | config BOARD_ATNGW100_EVKLCD10X | 23 | config BOARD_ATNGW100_EVKLCD10X |
13 | bool "EVKLCD10X addon board" | 24 | bool "EVKLCD10X addon board" |
25 | depends on BOARD_ATNGW100_MKI || BOARD_ATNGW100_MKII_LCD | ||
14 | help | 26 | help |
15 | This enables support for the EVKLCD100 (QVGA) or EVKLCD101 (VGA) | 27 | This enables support for the EVKLCD100 (QVGA) or EVKLCD101 (VGA) |
16 | addon board for the NGW100. By enabling this the LCD controller and | 28 | addon board for the NGW100 and NGW100 mkII. By enabling this the LCD |
17 | AC97 controller is added as platform devices. | 29 | controller and 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 | 30 | ||
24 | config BOARD_ATNGW100_MRMT | 31 | config BOARD_ATNGW100_MRMT |
25 | bool "Mediama RMT1/2 add-on board" | 32 | bool "Mediama RMT1/2 add-on board" |
@@ -55,4 +62,4 @@ if BOARD_ATNGW100_MRMT | |||
55 | source "arch/avr32/boards/atngw100/Kconfig_mrmt" | 62 | source "arch/avr32/boards/atngw100/Kconfig_mrmt" |
56 | endif | 63 | endif |
57 | 64 | ||
58 | endif # BOARD_ATNGW100 | 65 | endif # BOARD_ATNGW100_COMMON |