diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-01-10 23:10:08 -0500 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-01-10 23:10:08 -0500 |
commit | eed0ba0b4ab2d1668588219a8efa81bf8636a12d (patch) | |
tree | f5aa3c732e7830a1b24e6071f8bed0f799881187 /arch/powerpc/platforms | |
parent | 98b14d6b290d96b24ae993ceaccc59b2aa4b130c (diff) | |
parent | c9de9333f5a860cab82052bce6ac28bcac9b2c26 (diff) |
Merge remote branch 'gcl/next' into next
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/52xx/mpc52xx_gpt.c | 1 | ||||
-rw-r--r-- | arch/powerpc/platforms/Kconfig | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/52xx/mpc52xx_gpt.c b/arch/powerpc/platforms/52xx/mpc52xx_gpt.c index fea833e18ad5..e0d703c7fdf7 100644 --- a/arch/powerpc/platforms/52xx/mpc52xx_gpt.c +++ b/arch/powerpc/platforms/52xx/mpc52xx_gpt.c | |||
@@ -63,6 +63,7 @@ | |||
63 | #include <linux/of_gpio.h> | 63 | #include <linux/of_gpio.h> |
64 | #include <linux/kernel.h> | 64 | #include <linux/kernel.h> |
65 | #include <linux/slab.h> | 65 | #include <linux/slab.h> |
66 | #include <linux/fs.h> | ||
66 | #include <linux/watchdog.h> | 67 | #include <linux/watchdog.h> |
67 | #include <linux/miscdevice.h> | 68 | #include <linux/miscdevice.h> |
68 | #include <linux/uaccess.h> | 69 | #include <linux/uaccess.h> |
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index 956154f32cfe..20576829eca5 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig | |||
@@ -313,13 +313,14 @@ config OF_RTC | |||
313 | source "arch/powerpc/sysdev/bestcomm/Kconfig" | 313 | source "arch/powerpc/sysdev/bestcomm/Kconfig" |
314 | 314 | ||
315 | config MPC8xxx_GPIO | 315 | config MPC8xxx_GPIO |
316 | bool "MPC8xxx GPIO support" | 316 | bool "MPC512x/MPC8xxx GPIO support" |
317 | depends on PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || FSL_SOC_BOOKE || PPC_86xx | 317 | depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \ |
318 | FSL_SOC_BOOKE || PPC_86xx | ||
318 | select GENERIC_GPIO | 319 | select GENERIC_GPIO |
319 | select ARCH_REQUIRE_GPIOLIB | 320 | select ARCH_REQUIRE_GPIOLIB |
320 | help | 321 | help |
321 | Say Y here if you're going to use hardware that connects to the | 322 | Say Y here if you're going to use hardware that connects to the |
322 | MPC831x/834x/837x/8572/8610 GPIOs. | 323 | MPC512x/831x/834x/837x/8572/8610 GPIOs. |
323 | 324 | ||
324 | config SIMPLE_GPIO | 325 | config SIMPLE_GPIO |
325 | bool "Support for simple, memory-mapped GPIO controllers" | 326 | bool "Support for simple, memory-mapped GPIO controllers" |