mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
73625e3e2e
The Tegra SOC contains fuses to identify the CPU type and bin, and a unique id. The CPU info is required to determine the correct voltages for each cpu and core frequency. Signed-off-by: Colin Cross <ccross@android.com>
17 lines
806 B
Makefile
17 lines
806 B
Makefile
obj-y += common.o
|
|
obj-y += io.o
|
|
obj-y += irq.o legacy_irq.o
|
|
obj-y += clock.o
|
|
obj-y += timer.o
|
|
obj-y += gpio.o
|
|
obj-y += pinmux.o
|
|
obj-y += fuse.o
|
|
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += clock.o
|
|
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_clocks.o
|
|
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += pinmux-t2-tables.o
|
|
obj-$(CONFIG_SMP) += platsmp.o localtimer.o headsmp.o
|
|
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
|
|
|
obj-${CONFIG_MACH_HARMONY} += board-harmony.o
|
|
obj-${CONFIG_MACH_HARMONY} += board-harmony-pinmux.o
|