aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>2013-12-11 17:03:04 -0500
committerKukjin Kim <kgene.kim@samsung.com>2013-12-11 17:03:04 -0500
commitb65f372a1e787c24769e5a4c6caa97465c0939b9 (patch)
tree856799e635e4bd566f97ae47edd656cf4bd38022
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff)
ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameter
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>
-rw-r--r--arch/arm/Kconfig1
-rw-r--r--arch/arm/plat-samsung/Kconfig8
2 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index c1f1a7eee953..5e227a371401 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -740,7 +740,6 @@ config ARCH_S3C64XX
740 select S3C_DEV_NAND 740 select S3C_DEV_NAND
741 select S3C_GPIO_TRACK 741 select S3C_GPIO_TRACK
742 select SAMSUNG_ATAGS 742 select SAMSUNG_ATAGS
743 select SAMSUNG_GPIOLIB_4BIT
744 select SAMSUNG_WAKEMASK 743 select SAMSUNG_WAKEMASK
745 select SAMSUNG_WDT_RESET 744 select SAMSUNG_WDT_RESET
746 select USB_ARCH_HAS_OHCI 745 select USB_ARCH_HAS_OHCI
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index 6d95d60276d6..58645a58d0d8 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -24,7 +24,6 @@ config PLAT_S5P
24 select S3C_GPIO_TRACK 24 select S3C_GPIO_TRACK
25 select S5P_GPIO_DRVSTR 25 select S5P_GPIO_DRVSTR
26 select SAMSUNG_CLKSRC if !COMMON_CLK 26 select SAMSUNG_CLKSRC if !COMMON_CLK
27 select SAMSUNG_GPIOLIB_4BIT
28 help 27 help
29 Base platform code for Samsung's S5P series SoC. 28 Base platform code for Samsung's S5P series SoC.
30 29
@@ -115,13 +114,6 @@ config S5P_GPIO_INT
115 114
116# options for gpio configuration support 115# options for gpio configuration support
117 116
118config SAMSUNG_GPIOLIB_4BIT
119 bool
120 help
121 GPIOlib file contains the 4 bit modification functions for gpio
122 configuration. GPIOlib shall be compiled only for S3C64XX and S5P
123 series of processors.
124
125config S5P_GPIO_DRVSTR 117config S5P_GPIO_DRVSTR
126 bool 118 bool
127 help 119 help