projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b60e77
)
[IA64] gpio: GENERIC_GPIO default must be n
author
Ben Hutchings
<ben@decadent.org.uk>
Thu, 1 Sep 2011 04:46:00 +0000
(
05:46
+0100)
committer
Tony Luck
<tony.luck@intel.com>
Thu, 1 Sep 2011 16:51:59 +0000
(09:51 -0700)
Since GPIOLIB is optional on ia64, GENERIC_GPIO must not be selected by
default. If GPIOLIB is enabled, it will select GENERIC_GPIO.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/Kconfig
patch
|
blob
|
history
diff --git
a/arch/ia64/Kconfig
b/arch/ia64/Kconfig
index 12485471495893cd00c80be024b7983c11e8168c..aaaee506499fd3e812bbc4eb7a2a0a38f26b3a7f 100644
(file)
--- a/
arch/ia64/Kconfig
+++ b/
arch/ia64/Kconfig
@@
-92,7
+92,7
@@
config HAVE_SETUP_PER_CPU_AREA
def_bool y
config GENERIC_GPIO
- def_bool y
+ bool
config DMI
bool