The Kconfig entry for S3C_GPIO_CFG_S3C64XX was missed by commit
5ec7414494ed1204c9e2ed0b8232b29860d0986f ("ARM: SAMSUNG: Remove useless
Samsung GPIO related CONFIGs"). Remove it now.
Signed-off-by: Paul Bolle <[email protected]>
---
Untested.
arch/arm/plat-samsung/Kconfig | 6 ------
1 file changed, 6 deletions(-)
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index 663c54f..91c2d72 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -117,12 +117,6 @@ config SAMSUNG_GPIOLIB_4BIT
configuration. GPIOlib shall be compiled only for S3C64XX and S5P
series of processors.
-config S3C_GPIO_CFG_S3C64XX
- bool
- help
- Internal configuration to enable S3C64XX style GPIO configuration
- functions.
-
config S5P_GPIO_DRVSTR
bool
help
--
1.7.11.7
Paul Bolle wrote:
>
> The Kconfig entry for S3C_GPIO_CFG_S3C64XX was missed by commit
> 5ec7414494ed1204c9e2ed0b8232b29860d0986f ("ARM: SAMSUNG: Remove useless
> Samsung GPIO related CONFIGs"). Remove it now.
>
> Signed-off-by: Paul Bolle <[email protected]>
> ---
> Untested.
>
> arch/arm/plat-samsung/Kconfig | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
> index 663c54f..91c2d72 100644
> --- a/arch/arm/plat-samsung/Kconfig
> +++ b/arch/arm/plat-samsung/Kconfig
> @@ -117,12 +117,6 @@ config SAMSUNG_GPIOLIB_4BIT
> configuration. GPIOlib shall be compiled only for S3C64XX and S5P
> series of processors.
>
> -config S3C_GPIO_CFG_S3C64XX
> - bool
> - help
> - Internal configuration to enable S3C64XX style GPIO configuration
> - functions.
> -
> config S5P_GPIO_DRVSTR
> bool
> help
> --
> 1.7.11.7
Applied, thanks.
- Kukjin