diff options
author | Andrew Victor <linux@maxim.org.za> | 2008-05-24 12:06:45 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-06-02 08:53:08 -0400 |
commit | e3ba22db09408baee721897fb1b50e16f071d916 (patch) | |
tree | dade970a37ef7e121923b03dec36e8950862f98b /arch/arm/mach-at91/Kconfig | |
parent | b8291ad07a7f3b5b990900f0001198ac23ba893e (diff) |
[ARM] 5056/1: [AT91] Cleanup YL9200 board file
Cleanup the YL9200 board-support file.
Other things fixed are:
- Use new-style UART initialization
- Register all LEDs as gpio_leds.
- NOR Flash error noted in comments fixed by increasing YL9200_FLASH_SIZE
- The only I2C device is the AT24C eeprom.
- Setup of NWAIT pin and programming of SMC controller for the LCD/VGA.
- Configure touchscreen interrupt pin.
Also adding the board to the KConfig and Makefile.
Signed-off-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 0fc07b6db749..3d549a9afe1d 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig | |||
@@ -126,6 +126,12 @@ config MACH_ECBAT91 | |||
126 | Select this if you are using emQbit's ECB_AT91 board. | 126 | Select this if you are using emQbit's ECB_AT91 board. |
127 | <http://wiki.emqbit.com/free-ecb-at91> | 127 | <http://wiki.emqbit.com/free-ecb-at91> |
128 | 128 | ||
129 | config MACH_YL9200 | ||
130 | bool "ucDragon YL-9200" | ||
131 | depends on ARCH_AT91RM9200 | ||
132 | help | ||
133 | Select this if you are using the ucDragon YL-9200 board. | ||
134 | |||
129 | endif | 135 | endif |
130 | 136 | ||
131 | # ---------------------------------------------------------- | 137 | # ---------------------------------------------------------- |