Skip to content

Commit

Permalink
ARM: SAMSUNG: Move gpio-config.c into plat-samsung
Browse files Browse the repository at this point in the history
The arch/arm/plat-s3c/gpio-config.c file is common to pretty much all the Samsung
SoCs, so move it to arch/arm/plat-samsung

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Jan 15, 2010
1 parent b6a6041 commit 4f830db
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 34 deletions.
33 changes: 0 additions & 33 deletions arch/arm/plat-s3c/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -130,39 +130,6 @@ config S3C_GPIO_TRACK
Internal configuration option to enable the s3c specific gpio
chip tracking if the platform requires it.

config S3C_GPIO_PULL_UPDOWN
bool
help
Internal configuration to enable the correct GPIO pull helper

config S3C_GPIO_PULL_DOWN
bool
help
Internal configuration to enable the correct GPIO pull helper

config S3C_GPIO_PULL_UP
bool
help
Internal configuration to enable the correct GPIO pull helper

config S3C_GPIO_CFG_S3C24XX
bool
help
Internal configuration to enable S3C24XX style GPIO configuration
functions.

config S3C_GPIO_CFG_S3C64XX
bool
help
Internal configuration to enable S3C64XX style GPIO configuration
functions.

config S5P_GPIO_CFG_S5PC1XX
bool
help
Internal configuration to enable S5PC1XX style GPIO configuration
functions.

# DMA

config S3C_DMA
Expand Down
1 change: 0 additions & 1 deletion arch/arm/plat-s3c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ obj- :=
obj-y += init.o
obj-y += time.o
obj-y += gpio.o
obj-y += gpio-config.o

# DMA support

Expand Down
35 changes: 35 additions & 0 deletions arch/arm/plat-samsung/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,41 @@ config SAMSUNG_CLKSRC
Select the clock code for the clksrc implementation
used by newer systems such as the S3C64XX.

# options for gpio configuration support

config S3C_GPIO_CFG_S3C24XX
bool
help
Internal configuration to enable S3C24XX style GPIO configuration
functions.

config S3C_GPIO_CFG_S3C64XX
bool
help
Internal configuration to enable S3C64XX style GPIO configuration
functions.

config S5P_GPIO_CFG_S5PC1XX
bool
help
Internal configuration to enable S5PC1XX style GPIO configuration
functions.

config S3C_GPIO_PULL_UPDOWN
bool
help
Internal configuration to enable the correct GPIO pull helper

config S3C_GPIO_PULL_DOWN
bool
help
Internal configuration to enable the correct GPIO pull helper

config S3C_GPIO_PULL_UP
bool
help
Internal configuration to enable the correct GPIO pull helper

# device definitions to compile in

config S3C_DEV_HSMMC
Expand Down
1 change: 1 addition & 0 deletions arch/arm/plat-samsung/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ obj- :=

obj-y += clock.o
obj-y += pwm-clock.o
obj-y += gpio-config.o

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

Expand Down
File renamed without changes.

0 comments on commit 4f830db

Please sign in to comment.