ARM: digicolor: select pinctrl/gpio driver
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
cfd96d3e74
commit
8207e2edbd
|
@ -1,7 +1,10 @@
|
||||||
config ARCH_DIGICOLOR
|
config ARCH_DIGICOLOR
|
||||||
bool "Conexant Digicolor SoC Support"
|
bool "Conexant Digicolor SoC Support"
|
||||||
depends on ARCH_MULTI_V7
|
depends on ARCH_MULTI_V7
|
||||||
|
select ARCH_REQUIRE_GPIOLIB
|
||||||
select CLKSRC_MMIO
|
select CLKSRC_MMIO
|
||||||
select DIGICOLOR_TIMER
|
select DIGICOLOR_TIMER
|
||||||
select GENERIC_IRQ_CHIP
|
select GENERIC_IRQ_CHIP
|
||||||
select MFD_SYSCON
|
select MFD_SYSCON
|
||||||
|
select PINCTRL
|
||||||
|
select PINCTRL_DIGICOLOR
|
||||||
|
|
Loading…
Reference in New Issue