aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/boards/atngw100/Kconfig
diff options
context:
space:
mode:
authorPeter Ma <pma@mediamatech.com>2009-06-08 06:55:35 -0400
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2009-06-08 06:55:35 -0400
commit4024533e60787a5507818b0c0fdb44ddb522cdf5 (patch)
tree2ee86ae2a86720ab7f7b6bd5403edc53290f8dd1 /arch/avr32/boards/atngw100/Kconfig
parenta89ab11454b476d2d9e8a10f903360a62e21bac8 (diff)
avr32: Add support for Mediama RMTx add-on board for ATNGW100
Signed-off-by: Peter Ma <pma@mediamatech.com> Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32/boards/atngw100/Kconfig')
-rw-r--r--arch/avr32/boards/atngw100/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/avr32/boards/atngw100/Kconfig b/arch/avr32/boards/atngw100/Kconfig
index f41c5335e6a9..be27a0218ab4 100644
--- a/arch/avr32/boards/atngw100/Kconfig
+++ b/arch/avr32/boards/atngw100/Kconfig
@@ -21,6 +21,18 @@ config BOARD_ATNGW100_EVKLCD10X
21 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
22 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.
23 23
24config BOARD_ATNGW100_MRMT
25 bool "Mediama RMT1/2 add-on board"
26 help
27 This enables support for the Mediama RMT1 or RMT2 board.
28 RMT provides LCD support, AC97 codec and other
29 optional peripherals to the Atmel NGW100.
30
31 This choice disables the detect pin and the write-protect pin for the
32 MCI platform device, since it conflicts with the LCD platform device.
33 The MCI pins can be reenabled by editing the "add device function" but
34 this may break the setup for other displays that use these pins.
35
24endchoice 36endchoice
25 37
26choice 38choice
@@ -39,4 +51,8 @@ config BOARD_ATNGW100_EVKLCD10X_POW_QVGA
39 51
40endchoice 52endchoice
41 53
54if BOARD_ATNGW100_MRMT
55source "arch/avr32/boards/atngw100/Kconfig_mrmt"
56endif
57
42endif # BOARD_ATNGW100 58endif # BOARD_ATNGW100