projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee72f18
)
ARM: at91: always USE_OF from now on
author
Nicolas Ferre
<nicolas.ferre@atmel.com>
Fri, 21 Nov 2014 15:41:50 +0000
(16:41 +0100)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Wed, 26 Nov 2014 15:42:06 +0000
(16:42 +0100)
As we always use Device Tree now, we can add the configuration here.
Also remove the condition for PINCTRL_AT91.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
arch/arm/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 89c4b5ccc68df8200aeff85bf89adaf87ce24e12..28f320589aa75ebc98621b976f6887ef560897a8 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-376,7
+376,8
@@
config ARCH_AT91
select IRQ_DOMAIN
select NEED_MACH_IO_H if PCCARD
select PINCTRL
- select PINCTRL_AT91 if USE_OF
+ select PINCTRL_AT91
+ select USE_OF
help
This enables support for systems based on Atmel
AT91RM9200 and AT91SAM9* processors.