Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187340
b: refs/heads/master
c: b6a6041
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks committed Jan 15, 2010
1 parent 4446986 commit 41d99cc
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 55 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: 9745626b65b856bf58e70feb4eee1e5471db699e
refs/heads/master: b6a604137bb978d9f65b1228cf0bb691ece45cba
42 changes: 0 additions & 42 deletions trunk/arch/arm/plat-s3c/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -170,46 +170,4 @@ config S3C_DMA
help
Internal configuration for S3C DMA core

# device definitions to compile in

config S3C_DEV_HSMMC
bool
help
Compile in platform device definitions for HSMMC code

config S3C_DEV_HSMMC1
bool
help
Compile in platform device definitions for HSMMC channel 1

config S3C_DEV_HSMMC2
bool
help
Compile in platform device definitions for HSMMC channel 2

config S3C_DEV_I2C1
bool
help
Compile in platform device definitions for I2C channel 1

config S3C_DEV_FB
bool
help
Compile in platform device definition for framebuffer

config S3C_DEV_USB_HOST
bool
help
Compile in platform device definition for USB host.

config S3C_DEV_USB_HSOTG
bool
help
Compile in platform device definition for USB high-speed OtG

config S3C_DEV_NAND
bool
help
Compile in platform device definition for NAND controller

endif
12 changes: 0 additions & 12 deletions trunk/arch/arm/plat-s3c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,3 @@ obj-$(CONFIG_S3C2410_PM_CHECK) += pm-check.o
# PWM support

obj-$(CONFIG_HAVE_PWM) += pwm.o

# devices

obj-$(CONFIG_S3C_DEV_HSMMC) += dev-hsmmc.o
obj-$(CONFIG_S3C_DEV_HSMMC1) += dev-hsmmc1.o
obj-$(CONFIG_S3C_DEV_HSMMC2) += dev-hsmmc2.o
obj-y += dev-i2c0.o
obj-$(CONFIG_S3C_DEV_I2C1) += dev-i2c1.o
obj-$(CONFIG_S3C_DEV_FB) += dev-fb.o
obj-$(CONFIG_S3C_DEV_USB_HOST) += dev-usb.o
obj-$(CONFIG_S3C_DEV_USB_HSOTG) += dev-usb-hsotg.o
obj-$(CONFIG_S3C_DEV_NAND) += dev-nand.o
42 changes: 42 additions & 0 deletions trunk/arch/arm/plat-samsung/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,46 @@ config SAMSUNG_CLKSRC
Select the clock code for the clksrc implementation
used by newer systems such as the S3C64XX.

# device definitions to compile in

config S3C_DEV_HSMMC
bool
help
Compile in platform device definitions for HSMMC code

config S3C_DEV_HSMMC1
bool
help
Compile in platform device definitions for HSMMC channel 1

config S3C_DEV_HSMMC2
bool
help
Compile in platform device definitions for HSMMC channel 2

config S3C_DEV_I2C1
bool
help
Compile in platform device definitions for I2C channel 1

config S3C_DEV_FB
bool
help
Compile in platform device definition for framebuffer

config S3C_DEV_USB_HOST
bool
help
Compile in platform device definition for USB host.

config S3C_DEV_USB_HSOTG
bool
help
Compile in platform device definition for USB high-speed OtG

config S3C_DEV_NAND
bool
help
Compile in platform device definition for NAND controller

endif
12 changes: 12 additions & 0 deletions trunk/arch/arm/plat-samsung/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,15 @@ obj-y += clock.o
obj-y += pwm-clock.o

obj-$(CONFIG_SAMSUNG_CLKSRC) += clock-clksrc.o

# devices

obj-$(CONFIG_S3C_DEV_HSMMC) += dev-hsmmc.o
obj-$(CONFIG_S3C_DEV_HSMMC1) += dev-hsmmc1.o
obj-$(CONFIG_S3C_DEV_HSMMC2) += dev-hsmmc2.o
obj-y += dev-i2c0.o
obj-$(CONFIG_S3C_DEV_I2C1) += dev-i2c1.o
obj-$(CONFIG_S3C_DEV_FB) += dev-fb.o
obj-$(CONFIG_S3C_DEV_USB_HOST) += dev-usb.o
obj-$(CONFIG_S3C_DEV_USB_HSOTG) += dev-usb-hsotg.o
obj-$(CONFIG_S3C_DEV_NAND) += dev-nand.o
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 41d99cc

Please sign in to comment.