Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321516
b: refs/heads/master
c: 6eec015
h: refs/heads/master
v: v3
  • Loading branch information
Marc Kleine-Budde authored and Shawn Guo committed Aug 4, 2012
1 parent 0c969b1 commit f36d435
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 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: 3bed491c8d28329e34f8a31e3fe64d03f3a350f1
refs/heads/master: 6eec0152c4aa43636e180b21d5c71743f25d1220
6 changes: 0 additions & 6 deletions trunk/arch/arm/mach-mxs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ if ARCH_MXS

source "arch/arm/mach-mxs/devices/Kconfig"

config MXS_OCOTP
bool

config SOC_IMX23
bool
select ARM_AMBA
Expand Down Expand Up @@ -66,7 +63,6 @@ config MACH_MX28EVK
select MXS_HAVE_PLATFORM_MXS_SAIF
select MXS_HAVE_PLATFORM_MXS_I2C
select MXS_HAVE_PLATFORM_RTC_STMP3XXX
select MXS_OCOTP
help
Include support for MX28EVK platform. This includes specific
configurations for the board and its peripherals.
Expand Down Expand Up @@ -94,7 +90,6 @@ config MODULE_M28
select MXS_HAVE_PLATFORM_MXS_I2C
select MXS_HAVE_PLATFORM_MXS_MMC
select MXS_HAVE_PLATFORM_MXSFB
select MXS_OCOTP

config MODULE_APX4
bool
Expand All @@ -106,7 +101,6 @@ config MODULE_APX4
select MXS_HAVE_PLATFORM_MXS_I2C
select MXS_HAVE_PLATFORM_MXS_MMC
select MXS_HAVE_PLATFORM_MXS_SAIF
select MXS_OCOTP

config MACH_TX28
bool "Ka-Ro TX28 module"
Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-mxs/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Common support
obj-y := devices.o icoll.o iomux.o system.o timer.o mm.o
obj-y := devices.o icoll.o iomux.o ocotp.o system.o timer.o mm.o

obj-$(CONFIG_MXS_OCOTP) += ocotp.o
obj-$(CONFIG_PM) += pm.o

obj-$(CONFIG_MACH_MXS_DT) += mach-mxs.o
Expand Down

0 comments on commit f36d435

Please sign in to comment.