diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-10-04 02:59:29 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-04 02:59:29 +0900 |
commit | 550591143eead286f2cd9d124a55d4a99ed024de (patch) | |
tree | 5f1edc1b8c8e0829f04a5d24b9083bd5a054c1fb /arch/sh/boards/mach-x3proto/Makefile | |
parent | d39d0ed196aa1685bb24771e92f78633c66ac9cb (diff) | |
download | talos-obmc-linux-550591143eead286f2cd9d124a55d4a99ed024de.tar.gz talos-obmc-linux-550591143eead286f2cd9d124a55d4a99ed024de.zip |
sh: mach-x3proto: Support for baseboard GPIOs.
This adds trivial support for the GPIOs implemented through the baseboard
CPLD, used for driving the button matrix.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-x3proto/Makefile')
-rw-r--r-- | arch/sh/boards/mach-x3proto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-x3proto/Makefile b/arch/sh/boards/mach-x3proto/Makefile index 983e4551fecf..708c21c919ff 100644 --- a/arch/sh/boards/mach-x3proto/Makefile +++ b/arch/sh/boards/mach-x3proto/Makefile @@ -1 +1,3 @@ obj-y += setup.o ilsel.o + +obj-$(CONFIG_GENERIC_GPIO) += gpio.o |