diff options
author | Erik Gilling <konkers@android.com> | 2010-02-23 21:46:37 -0500 |
---|---|---|
committer | Erik Gilling <konkers@android.com> | 2010-08-05 17:57:02 -0400 |
commit | a4417c84513650a0f9e4de6a0bb2c5480e45b2a7 (patch) | |
tree | b62ffaabf7a6734f9a2be505b219f9367e3509ed /arch/arm/mach-tegra/Makefile | |
parent | 3c92db9ac0ca3eee8e46e2424b6c074e2e394ad9 (diff) |
[ARM] tegra: add pinmux support
v2: fixes from Russell King
- include linux/io.h instead of asm/io.h
v3:
- Add drive strength controls
- Replace typedef enums with plain enums
Signed-off-by: Erik Gilling <konkers@android.com>
Signed-off-by: Colin Cross <ccross@android.com>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r-- | arch/arm/mach-tegra/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile index 122f7dc4eaa1..5e47a71af471 100644 --- a/arch/arm/mach-tegra/Makefile +++ b/arch/arm/mach-tegra/Makefile | |||
@@ -4,6 +4,8 @@ obj-y += irq.o | |||
4 | obj-y += clock.o | 4 | obj-y += clock.o |
5 | obj-y += timer.o | 5 | obj-y += timer.o |
6 | obj-y += gpio.o | 6 | obj-y += gpio.o |
7 | obj-y += pinmux.o | ||
8 | obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += clock.o | ||
7 | obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_clocks.o | 9 | obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_clocks.o |
8 | obj-$(CONFIG_SMP) += platsmp.o localtimer.o headsmp.o | 10 | obj-$(CONFIG_SMP) += platsmp.o localtimer.o headsmp.o |
9 | obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o | 11 | obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o |