blob: 17684e825821679ee921fd4f9dfd02d108a8d138 [file] [log] [blame]
Anas Nashifc6ba67f2017-08-03 07:47:44 -04001config HAS_DTS
Kumar Gala4dbe0e02017-08-10 13:33:30 -05002 bool
Anas Nashifc6ba67f2017-08-03 07:47:44 -04003 help
Anas Nashif429c2a42017-12-13 10:08:21 -05004 This option specifies that the target platform supports device tree
5 configuration.
Anas Nashifc6ba67f2017-08-03 07:47:44 -04006
7config HAS_DTS_ADC
Kumar Gala4dbe0e02017-08-10 13:33:30 -05008 bool
Anas Nashifc6ba67f2017-08-03 07:47:44 -04009 depends on HAS_DTS
10 help
Anas Nashif429c2a42017-12-13 10:08:21 -050011 This option specifies that the target platform supports device tree
12 configuration for ADC.
Anas Nashifc6ba67f2017-08-03 07:47:44 -040013
Kumar Gala57904102018-04-25 10:46:30 -050014config HAS_DTS_GPIO
15 bool
Kumar Gala57904102018-04-25 10:46:30 -050016 depends on HAS_DTS
17 help
18 This option specifies that the target platform supports device tree
19 configuration for GPIO.
20
21config HAS_DTS_GPIO_DEVICE
22 bool
Kumar Gala57904102018-04-25 10:46:30 -050023 depends on HAS_DTS_GPIO
24 help
25 This option specifies that the target platform supports device tree
26 configuration for GPIO on the driver/consumer side.
27
Anas Nashifc6ba67f2017-08-03 07:47:44 -040028config HAS_DTS_I2C
Kumar Gala4dbe0e02017-08-10 13:33:30 -050029 bool
Anas Nashifc6ba67f2017-08-03 07:47:44 -040030 depends on HAS_DTS
31 help
Anas Nashif429c2a42017-12-13 10:08:21 -050032 This option specifies that the target platform supports device tree
33 configuration for I2c.
Anas Nashifc6ba67f2017-08-03 07:47:44 -040034
Erwan Gouriou65747e82017-11-20 09:05:43 +010035config HAS_DTS_I2C_DEVICE
36 bool
Erwan Gouriou65747e82017-11-20 09:05:43 +010037 depends on HAS_DTS_I2C
38 help
Anas Nashif7ae74982018-01-06 07:41:34 -050039 This option specifies that the target platform supports device tree
40 configuration for sensors.
Yannis Damigos3a03b282018-01-05 20:19:10 +020041
42config HAS_DTS_SPI
43 bool
Yannis Damigos3a03b282018-01-05 20:19:10 +020044 depends on HAS_DTS
45 help
46 This option specifies that the target platform supports device tree
47 configuration for SPI.
Yannis Damigos8faa3072018-01-14 16:25:55 +020048
49config HAS_DTS_SPI_DEVICE
50 bool
Yannis Damigos8faa3072018-01-14 16:25:55 +020051 depends on HAS_DTS_SPI
52 help
53 This option specifies that the target platform supports device tree
54 configuration for spi devices, like sensors or RF modules.
Yannis Damigos22c10182017-10-16 15:42:39 +030055
Erwan Gouriou00376f02018-05-04 16:15:29 +020056config HAS_DTS_SPI_PINS
57 bool
Erwan Gouriou00376f02018-05-04 16:15:29 +020058 help
59 This option specifies that the target platform supports device tree
60 configuration for pin definition of spi devices, like sensors or
61 RF modules.
62
Yannis Damigos22c10182017-10-16 15:42:39 +030063config HAS_DTS_USB
64 bool
Yannis Damigos22c10182017-10-16 15:42:39 +030065 depends on HAS_DTS
66 help
67 This option specifies that the target platform supports device tree
68 configuration for USB.
Karol Lasończyk83e49472018-04-17 15:29:12 +020069
70config HAS_DTS_WDT
71 bool
Karol Lasończyk83e49472018-04-17 15:29:12 +020072 depends on HAS_DTS
73 help
74 This option specifies that the target platform supports device tree
75 configuration for WDT.