blob: 34e9c4f88926c0dba00bbef5bf1c0c56b569996d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
config CLKSRC_I8253
bool
config CLKEVT_I8253
bool
config I8253_LOCK
bool
config CLKBLD_I8253
def_bool y if CLKSRC_I8253 || CLKEVT_I8253 || I8253_LOCK
config CLKSRC_MMIO
bool
config DW_APB_TIMER
bool
|