diff options
author | Magnus Damm <damm@opensource.se> | 2011-08-18 01:44:07 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-08-29 03:50:08 -0400 |
commit | 28626632d83696ab3c8f2b9d5d8a658a1787551f (patch) | |
tree | 1d6a7d5423036b6a0f116bb11f673e5306963dd9 /arch/arm/mach-shmobile/Makefile | |
parent | c6a389f123b9f68d605bb7e0f9b32ec1e3e14132 (diff) |
ARM: mach-shmobile: Kota2 SCIFA2 and SMSC911X support
Kota2 base board support including the on-chip SCIFA2
serial console and the on-board SMSC911X ethernet port.
The s73a0 SMP bits are also updated to include Kota2.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index 612b27000c3e..2aec2f732515 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile | |||
@@ -41,6 +41,7 @@ obj-$(CONFIG_MACH_G4EVM) += board-g4evm.o | |||
41 | obj-$(CONFIG_MACH_AP4EVB) += board-ap4evb.o | 41 | obj-$(CONFIG_MACH_AP4EVB) += board-ap4evb.o |
42 | obj-$(CONFIG_MACH_AG5EVM) += board-ag5evm.o | 42 | obj-$(CONFIG_MACH_AG5EVM) += board-ag5evm.o |
43 | obj-$(CONFIG_MACH_MACKEREL) += board-mackerel.o | 43 | obj-$(CONFIG_MACH_MACKEREL) += board-mackerel.o |
44 | obj-$(CONFIG_MACH_KOTA2) += board-kota2.o | ||
44 | 45 | ||
45 | # Framework support | 46 | # Framework support |
46 | obj-$(CONFIG_SMP) += $(smp-y) | 47 | obj-$(CONFIG_SMP) += $(smp-y) |