ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameter
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>
Wed, 11 Dec 2013 22:03:04 +0000 (07:03 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 11 Dec 2013 22:03:04 +0000 (07:03 +0900)
This removes the SAMSUNG_GPIOLIB_4BIT Kconfig parameter,
which was no longer used anywhere in the source code
and Makefiles.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/Kconfig
arch/arm/plat-samsung/Kconfig

index c1f1a7eee953de4378b1f74bd4907c969f96dceb..5e227a371401eedac47237706f17856a211f17d6 100644 (file)
@@ -740,7 +740,6 @@ config ARCH_S3C64XX
        select S3C_DEV_NAND
        select S3C_GPIO_TRACK
        select SAMSUNG_ATAGS
-       select SAMSUNG_GPIOLIB_4BIT
        select SAMSUNG_WAKEMASK
        select SAMSUNG_WDT_RESET
        select USB_ARCH_HAS_OHCI
index 6d95d60276d623bee59f28391d499f0e213730d5..58645a58d0d8823762aafa573ebc4dd9aba5f3cf 100644 (file)
@@ -24,7 +24,6 @@ config PLAT_S5P
        select S3C_GPIO_TRACK
        select S5P_GPIO_DRVSTR
        select SAMSUNG_CLKSRC if !COMMON_CLK
-       select SAMSUNG_GPIOLIB_4BIT
        help
          Base platform code for Samsung's S5P series SoC.
 
@@ -115,13 +114,6 @@ config S5P_GPIO_INT
 
 # options for gpio configuration support
 
-config SAMSUNG_GPIOLIB_4BIT
-       bool
-       help
-         GPIOlib file contains the 4 bit modification functions for gpio
-         configuration. GPIOlib shall be compiled only for S3C64XX and S5P
-         series of processors.
-
 config S5P_GPIO_DRVSTR
        bool
        help