summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmlan Kundu <akundu@nvidia.com>2011-08-09 23:04:00 +0530
committerVarun Colbert <vcolbert@nvidia.com>2011-09-27 18:01:46 -0700
commit73d33b60d70afec66997245cf9948c957a821f55 (patch)
tree06a3ebdff640255681446020173ac88db5f3c9e5
parent84766f94eec3eb9d3e430e0f8b31594c2a4079a9 (diff)
arm: tegra: p1852: Kconfig/Makefile changes for p1852
Change-Id: I99cc815e10fdcbede19b60acc0cf8a5450ebc0a6 Reviewed-on: http://git-master/r/45809 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/Kconfig6
-rw-r--r--arch/arm/mach-tegra/Makefile5
2 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 53306b3ceb77..49d59b4dd8b2 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -74,6 +74,12 @@ config MACH_CARDHU
help
Support for NVIDIA Cardhu development platform
+config MACH_P1852
+ bool "P1852 board"
+ depends on ARCH_TEGRA_3x_SOC
+ help
+ Support for NVIDIA P1852 development platform
+
config MACH_TEGRA_ENTERPRISE
bool "Enterprise board"
depends on ARCH_TEGRA_3x_SOC
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index b9a51e211aa7..1d75a261a611 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -150,6 +150,11 @@ obj-${CONFIG_MACH_CARDHU} += board-touch.o
obj-${CONFIG_MACH_CARDHU} += board-cardhu-memory.o
obj-${CONFIG_MACH_CARDHU} += board-cardhu-powermon.o
+obj-${CONFIG_MACH_P1852} += board-p1852.o
+obj-${CONFIG_MACH_P1852} += board-p1852-panel.o
+obj-${CONFIG_MACH_P1852} += board-p1852-pinmux.o
+obj-${CONFIG_MACH_P1852} += board-p1852-sdhci.o
+
obj-${CONFIG_MACH_TEGRA_ENTERPRISE} += board-enterprise.o
obj-${CONFIG_MACH_TEGRA_ENTERPRISE} += board-enterprise-panel.o
obj-${CONFIG_MACH_TEGRA_ENTERPRISE} += board-enterprise-pinmux.o