fix dependency check logic cause config always disabled
[lunaix-os.git] / lunaix-os / includes / listings / device_potens.lst
1 /**
2  * @brief Communication port capability that a device is supported natively, 
3  *          or able to emulate low level serial transmission behaviour specify 
4  *          by POSIX1-2008, section 11.
5  * 
6  */
7 potens(TERMPORT),
8
9 /**
10  * @brief Hardware timer capability that allow such device to be integrated
11           and utilised by timer subsystem
12  * 
13  */
14 potens(HWTIMER),
15
16 /**
17  * @brief RTC capability.
18  * 
19  */
20 potens(HWRTC),
21
22 /**
23  * @brief Interrupt controller (domain) capability
24  * 
25  */
26 potens(INT_DOMAIN),