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:
d34c671
)
ARM: sunxi: select ARCH_REQUIRE_GPIOLIB
author
Maxime Ripard
<
[email protected]
>
Sun, 12 May 2013 13:06:51 +0000
(15:06 +0200)
committer
Maxime Ripard
<
[email protected]
>
Wed, 15 May 2013 07:42:47 +0000
(09:42 +0200)
CONFIG_ARCH_SUNXI currently doesn't enable a gpiolib, which causes build
problems when building a kernel with only the sunxi platform enabled.
Select ARCH_REQUIRE_GPIOLIB to solve this.
Signed-off-by: Maxime Ripard <
[email protected]
>
Tested-by: Emilio López <
[email protected]
>
arch/arm/mach-sunxi/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-sunxi/Kconfig
b/arch/arm/mach-sunxi/Kconfig
index d259c782d742873f0e0c53b1a43e7bcd85069286..5b045e302b4359d65b91ac31110dd566d2e10391 100644
(file)
--- a/
arch/arm/mach-sunxi/Kconfig
+++ b/
arch/arm/mach-sunxi/Kconfig
@@
-1,5
+1,6
@@
config ARCH_SUNXI
bool "Allwinner A1X SOCs" if ARCH_MULTI_V7
+ select ARCH_REQUIRE_GPIOLIB
select CLKSRC_MMIO
select CLKSRC_OF
select COMMON_CLK