mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-07 13:13:57 +08:00
436d3b13fc
The digicolor interrupt controller driver now needs syscon. Also, as per clocksource maintainer request, we now have a separate config symbol, CONFIG_DIGICOLOR_TIMER, for the digicolor timer. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Olof Johansson <olof@lixom.net>
8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
config ARCH_DIGICOLOR
|
|
bool "Conexant Digicolor SoC Support"
|
|
depends on ARCH_MULTI_V7
|
|
select CLKSRC_MMIO
|
|
select DIGICOLOR_TIMER
|
|
select GENERIC_IRQ_CHIP
|
|
select MFD_SYSCON
|