diff options
-rw-r--r-- | arch/arm/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 8 |
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 | ||
118 | config 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 | |||
125 | config S5P_GPIO_DRVSTR | 117 | config S5P_GPIO_DRVSTR |
126 | bool | 118 | bool |
127 | help | 119 | help |