Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295548
b: refs/heads/master
c: 5017f1c
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij committed Feb 29, 2012
1 parent 7fd35e0 commit 1736465
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 382bd12528777be5236acf0a19e016aebfc9a34a
refs/heads/master: 5017f1cd9b980c3975d25ca530a578281e91aa04
23 changes: 13 additions & 10 deletions trunk/arch/arm/mach-ux500/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,24 @@ config UX500_SOC_DB8500

menu "Ux500 target platform (boards)"

config MACH_U8500
bool "U8500 Development platform"
config MACH_MOP500
bool "U8500 Development platform, MOP500 versions"
select UX500_SOC_DB8500
select I2C
select I2C_NOMADIK
help
Include support for the mop500 development platform.
Include support for the MOP500 development platform.

config MACH_HREFV60
bool "U85000 Development platform, HREFv60 version"
select UX500_SOC_DB8500
help
Include support for the HREFv60 new development platform.
bool "U8500 Development platform, HREFv60 version"
select MACH_MOP500
help
Include support for the HREFv60 new development platform.
Includes HREFv70, v71 etc.

config MACH_SNOWBALL
bool "U8500 Snowball platform"
select MACH_U8500
select MACH_MOP500
help
Include support for the snowball development platform.

Expand All @@ -49,11 +52,11 @@ config MACH_U5500
config UX500_AUTO_PLATFORM
def_bool y
depends on !MACH_U5500
select MACH_U8500
select MACH_MOP500
help
At least one platform needs to be selected in order to build
a working kernel. If everything else is disabled, this
automatically enables MACH_U8500.
automatically enables MACH_MOP500.
endmenu

config UX500_DEBUG_UART
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-ux500/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ obj-y := clock.o cpu.o devices.o devices-common.o \
obj-$(CONFIG_CACHE_L2X0) += cache-l2x0.o
obj-$(CONFIG_UX500_SOC_DB5500) += cpu-db5500.o dma-db5500.o
obj-$(CONFIG_UX500_SOC_DB8500) += cpu-db8500.o devices-db8500.o
obj-$(CONFIG_MACH_U8500) += board-mop500.o board-mop500-sdi.o \
obj-$(CONFIG_MACH_MOP500) += board-mop500.o board-mop500-sdi.o \
board-mop500-regulators.o \
board-mop500-uib.o board-mop500-stuib.o \
board-mop500-u8500uib.o \
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-ux500/include/mach/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
/* This will be overridden by board-specific irq headers */
#define IRQ_BOARD_END IRQ_BOARD_START

#ifdef CONFIG_MACH_U8500
#ifdef CONFIG_MACH_MOP500
#include <mach/irqs-board-mop500.h>
#endif

Expand Down

0 comments on commit 1736465

Please sign in to comment.