]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/plat-s3c64xx/Kconfig
[ARM] S3C: Add new GPIO configuration calls
[linux-2.6-omap-h63xx.git] / arch / arm / plat-s3c64xx / Kconfig
index 14d6343b54e802d2d8adfc94083abba8ded53794..842200abeb3668da5b31665bef4411a7394fd5da 100644 (file)
@@ -14,6 +14,10 @@ config PLAT_S3C64XX
        default y
        select NO_IOPORT
        select ARCH_REQUIRE_GPIOLIB
+       select S3C_GPIO_TRACK
+       select S3C_GPIO_PULL_UPDOWN
+       select S3C_GPIO_CFG_S3C24XX
+       select S3C_GPIO_CFG_S3C64XX
        help
          Base platform code for any Samsung S3C64XX device
 
@@ -21,4 +25,16 @@ if PLAT_S3C64XX
 
 # Configuration options shared by all S3C64XX implementations
 
+config CPU_S3C6400_INIT
+       bool
+       help
+         Common initialisation code for the S3C6400 that is shared
+         by other CPUs in the series, such as the S3C6410.
+
+config CPU_S3C6400_CLOCK
+       bool
+       help
+         Common clock support code for the S3C6400 that is shared
+         by other CPUs in the series, such as the S3C6410.
+
 endif