summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
authorAndy Shevchenko2013-07-10 13:55:36 +0200
committerLinus Walleij2013-07-23 01:23:25 +0200
commitec243320e02ca9e3cb64c0ba774e25db73b32fdb (patch)
tree54f7c45c4efe07dcce3a8222ee5fffb06a9630b5 /drivers/pinctrl/Kconfig
parentpinctrl: sirf: add freeze and restore entries for hibernation support (diff)
downloadkernel-qcow2-linux-ec243320e02ca9e3cb64c0ba774e25db73b32fdb.tar.gz
kernel-qcow2-linux-ec243320e02ca9e3cb64c0ba774e25db73b32fdb.tar.xz
kernel-qcow2-linux-ec243320e02ca9e3cb64c0ba774e25db73b32fdb.zip
pinctrl-baytrail: fix indentations
There are two minor issues with indentation in the code. This patch fixes them. No functional changes. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r--drivers/pinctrl/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 5a8ad5139312..bc830af1b23d 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -61,7 +61,7 @@ config PINCTRL_AT91
config PINCTRL_BAYTRAIL
bool "Intel Baytrail GPIO pin control"
depends on GPIOLIB && ACPI && X86
- select IRQ_DOMAIN
+ select IRQ_DOMAIN
help
driver for memory mapped GPIO functionality on Intel Baytrail
platforms. Supports 3 banks with 102, 28 and 44 gpios.