diff options
author | Marc Dietrich <marvin24@gmx.de> | 2011-03-07 21:01:31 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-03-08 00:44:34 +0100 |
commit | 65b935aa998f8df4d96ea746110af0ad7a6f8e76 (patch) | |
tree | 8f1d85610db79d344ab2a670a34dbd30845e0811 /arch/arm/mach-tegra/Kconfig | |
parent | ARM: tegra: harmony: Set WM8903 gpio_base (diff) | |
download | linux-65b935aa998f8df4d96ea746110af0ad7a6f8e76.tar.xz linux-65b935aa998f8df4d96ea746110af0ad7a6f8e76.zip |
ARM: tegra: Add Toshiba AC100 support
This patch adds the config infrastructure, the pinmux and basic
board setup code for PAZ00 (name of board inside the AC100/AZ).
Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r-- | arch/arm/mach-tegra/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index b94e52df0d8e..8df6499bf1df 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -33,6 +33,11 @@ config MACH_KAEN help Support for the Kaen version of Seaboard +config MACH_PAZ00 + bool "Paz00 board" + help + Support for the Toshiba AC100/Dynabook AZ netbook + config MACH_SEABOARD bool "Seaboard board" help |