Commit 683fd3ba authored by Jonathan McDowell's avatar Jonathan McDowell Committed by Tony Lindgren

[PATCH] ARM: OMAP: OMAP_GPIO_SWITCH doesn't need OMAP_BOOT_TAG

I can't see any reason why OMAP_GPIO_SWITCH depends on OMAP_BOOT_TAG;
it compiles fine without it. This patch removes the Kconfig dependency.

Here's an updated patch that not only removes the dependency but cleans
up the Kconfig description to talk about sysfs rather than the input
layer.
Signed-off-by: default avatarJonathan McDowell <noodles@earth.li>
Acked-by: default avatarPaul Mundt <paul.mundt@nokia.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a45e5782
...@@ -57,13 +57,12 @@ config OMAP_COMPONENT_VERSION ...@@ -57,13 +57,12 @@ config OMAP_COMPONENT_VERSION
config OMAP_GPIO_SWITCH config OMAP_GPIO_SWITCH
bool "GPIO switch support" bool "GPIO switch support"
depends on OMAP_BOOT_TAG
default n default n
help help
Say Y, if you want to have support for input layer reporting Say Y, if you want to have support for reporting of GPIO
of GPIO switches (e.g. cover switches). Your bootloader has to switches (e.g. cover switches) via sysfs. Your bootloader has
provide information about the switches to the kernel via the to provide information about the switches to the kernel via the
ATAG_BOARD mechanism. ATAG_BOARD mechanism if they're not defined by the board config.
config OMAP_MUX config OMAP_MUX
bool "OMAP multiplexing support" bool "OMAP multiplexing support"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment