commit | ebf9c118df678de111eda45709081806f71710cc | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Oct 20 13:04:06 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Oct 20 13:04:06 2008 +0900 |
tree | a4e48873a8e26c809661b5929dd54e1a6867c28c | |
parent | 7639a4541f7e7abb1295ff8ab39cc2f5842239ae [diff] |
sh: Only build in gpio.o when CONFIG_GENERIC_GPIO is selected. The pinmux management is tied in to this code, while it is presently only used by platforms that select GENERIC_GPIO. The asm/gpio.h definitions are not referenced when GENERIC_GPIO is disabled, resulting in a build failure for all of the platforms that don't select it. Signed-off-by: Paul Mundt <lethal@linux-sh.org>