diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-06-04 17:14:49 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-06-30 23:37:32 +0400 |
commit | dfa46d23406f8aaf4e4ea2410816c3ed736398eb (patch) | |
tree | 62d0ff81e02efe58af03d3a1540d82ff7c7a1168 /arch/arm/Kconfig | |
parent | 2fd48f94426d25e59732a54e2a983796714729fa (diff) | |
download | linux-dfa46d23406f8aaf4e4ea2410816c3ed736398eb.tar.xz |
ARM: kill CONFIG_NEED_MACH_GPIO_H
The long pain of maintaining the legacy <mach/gpio.h> include
ladder is now gone with S5P as the last user being deleted. Cut
this Kconfig option and remove the inclusion directive in
<asm/gpio.h> for good.
Acked-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f5d9ef9c11b7..7fd67afcd1ff 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -239,13 +239,6 @@ config ARM_PATCH_PHYS_VIRT this feature (eg, building a kernel for a single machine) and you need to shrink the kernel to the minimal size. -config NEED_MACH_GPIO_H - bool - help - Select this when mach/gpio.h is required to provide special - definitions for this platform. The need for mach/gpio.h should - be avoided when possible. - config NEED_MACH_IO_H bool help |