Anas Nashif | c6ba67f | 2017-08-03 07:47:44 -0400 | [diff] [blame] | 1 | config HAS_DTS |
Kumar Gala | 4dbe0e0 | 2017-08-10 13:33:30 -0500 | [diff] [blame] | 2 | bool |
Anas Nashif | c6ba67f | 2017-08-03 07:47:44 -0400 | [diff] [blame] | 3 | help |
Anas Nashif | 429c2a4 | 2017-12-13 10:08:21 -0500 | [diff] [blame] | 4 | This option specifies that the target platform supports device tree |
| 5 | configuration. |
Anas Nashif | c6ba67f | 2017-08-03 07:47:44 -0400 | [diff] [blame] | 6 | |
| 7 | config HAS_DTS_ADC |
Kumar Gala | 4dbe0e0 | 2017-08-10 13:33:30 -0500 | [diff] [blame] | 8 | bool |
Anas Nashif | c6ba67f | 2017-08-03 07:47:44 -0400 | [diff] [blame] | 9 | depends on HAS_DTS |
| 10 | help |
Anas Nashif | 429c2a4 | 2017-12-13 10:08:21 -0500 | [diff] [blame] | 11 | This option specifies that the target platform supports device tree |
| 12 | configuration for ADC. |
Anas Nashif | c6ba67f | 2017-08-03 07:47:44 -0400 | [diff] [blame] | 13 | |
Kumar Gala | 5790410 | 2018-04-25 10:46:30 -0500 | [diff] [blame] | 14 | config HAS_DTS_GPIO |
| 15 | bool |
Kumar Gala | 5790410 | 2018-04-25 10:46:30 -0500 | [diff] [blame] | 16 | depends on HAS_DTS |
| 17 | help |
| 18 | This option specifies that the target platform supports device tree |
| 19 | configuration for GPIO. |
| 20 | |
| 21 | config HAS_DTS_GPIO_DEVICE |
| 22 | bool |
Kumar Gala | 5790410 | 2018-04-25 10:46:30 -0500 | [diff] [blame] | 23 | 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 Nashif | c6ba67f | 2017-08-03 07:47:44 -0400 | [diff] [blame] | 28 | config HAS_DTS_I2C |
Kumar Gala | 4dbe0e0 | 2017-08-10 13:33:30 -0500 | [diff] [blame] | 29 | bool |
Anas Nashif | c6ba67f | 2017-08-03 07:47:44 -0400 | [diff] [blame] | 30 | depends on HAS_DTS |
| 31 | help |
Anas Nashif | 429c2a4 | 2017-12-13 10:08:21 -0500 | [diff] [blame] | 32 | This option specifies that the target platform supports device tree |
| 33 | configuration for I2c. |
Anas Nashif | c6ba67f | 2017-08-03 07:47:44 -0400 | [diff] [blame] | 34 | |
Erwan Gouriou | 65747e8 | 2017-11-20 09:05:43 +0100 | [diff] [blame] | 35 | config HAS_DTS_I2C_DEVICE |
| 36 | bool |
Erwan Gouriou | 65747e8 | 2017-11-20 09:05:43 +0100 | [diff] [blame] | 37 | depends on HAS_DTS_I2C |
| 38 | help |
Anas Nashif | 7ae7498 | 2018-01-06 07:41:34 -0500 | [diff] [blame] | 39 | This option specifies that the target platform supports device tree |
| 40 | configuration for sensors. |
Yannis Damigos | 3a03b28 | 2018-01-05 20:19:10 +0200 | [diff] [blame] | 41 | |
| 42 | config HAS_DTS_SPI |
| 43 | bool |
Yannis Damigos | 3a03b28 | 2018-01-05 20:19:10 +0200 | [diff] [blame] | 44 | depends on HAS_DTS |
| 45 | help |
| 46 | This option specifies that the target platform supports device tree |
| 47 | configuration for SPI. |
Yannis Damigos | 8faa307 | 2018-01-14 16:25:55 +0200 | [diff] [blame] | 48 | |
| 49 | config HAS_DTS_SPI_DEVICE |
| 50 | bool |
Yannis Damigos | 8faa307 | 2018-01-14 16:25:55 +0200 | [diff] [blame] | 51 | 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 Damigos | 22c1018 | 2017-10-16 15:42:39 +0300 | [diff] [blame] | 55 | |
Erwan Gouriou | 00376f0 | 2018-05-04 16:15:29 +0200 | [diff] [blame] | 56 | config HAS_DTS_SPI_PINS |
| 57 | bool |
Erwan Gouriou | 00376f0 | 2018-05-04 16:15:29 +0200 | [diff] [blame] | 58 | 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 Damigos | 22c1018 | 2017-10-16 15:42:39 +0300 | [diff] [blame] | 63 | config HAS_DTS_USB |
| 64 | bool |
Yannis Damigos | 22c1018 | 2017-10-16 15:42:39 +0300 | [diff] [blame] | 65 | depends on HAS_DTS |
| 66 | help |
| 67 | This option specifies that the target platform supports device tree |
| 68 | configuration for USB. |
Karol Lasończyk | 83e4947 | 2018-04-17 15:29:12 +0200 | [diff] [blame] | 69 | |
| 70 | config HAS_DTS_WDT |
| 71 | bool |
Karol Lasończyk | 83e4947 | 2018-04-17 15:29:12 +0200 | [diff] [blame] | 72 | depends on HAS_DTS |
| 73 | help |
| 74 | This option specifies that the target platform supports device tree |
| 75 | configuration for WDT. |