2017-08-03 13:47:44 +02:00
|
|
|
config HAS_DTS
|
2017-08-10 20:33:30 +02:00
|
|
|
bool
|
2017-08-03 13:47:44 +02:00
|
|
|
help
|
2017-12-13 16:08:21 +01:00
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration.
|
2017-08-03 13:47:44 +02:00
|
|
|
|
|
|
|
config HAS_DTS_ADC
|
2017-08-10 20:33:30 +02:00
|
|
|
bool
|
2017-08-03 13:47:44 +02:00
|
|
|
depends on HAS_DTS
|
|
|
|
help
|
2017-12-13 16:08:21 +01:00
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for ADC.
|
2017-08-03 13:47:44 +02:00
|
|
|
|
2018-04-25 17:46:30 +02:00
|
|
|
config HAS_DTS_GPIO
|
|
|
|
bool
|
|
|
|
depends on HAS_DTS
|
|
|
|
help
|
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for GPIO.
|
|
|
|
|
2017-08-03 13:47:44 +02:00
|
|
|
config HAS_DTS_I2C
|
2017-08-10 20:33:30 +02:00
|
|
|
bool
|
2017-08-03 13:47:44 +02:00
|
|
|
depends on HAS_DTS
|
|
|
|
help
|
2017-12-13 16:08:21 +01:00
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for I2c.
|
2017-08-03 13:47:44 +02:00
|
|
|
|
2018-01-05 19:19:10 +01:00
|
|
|
config HAS_DTS_SPI
|
|
|
|
bool
|
|
|
|
depends on HAS_DTS
|
|
|
|
help
|
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for SPI.
|
2018-01-14 15:25:55 +01:00
|
|
|
|
2018-09-24 14:46:38 +02:00
|
|
|
config HAS_DTS_QDEC
|
|
|
|
bool
|
|
|
|
depends on HAS_DTS
|
|
|
|
help
|
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for QDEC.
|
|
|
|
|
2017-10-16 14:42:39 +02:00
|
|
|
config HAS_DTS_USB
|
|
|
|
bool
|
|
|
|
depends on HAS_DTS
|
|
|
|
help
|
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for USB.
|
2018-04-17 15:29:12 +02:00
|
|
|
|
|
|
|
config HAS_DTS_WDT
|
|
|
|
bool
|
|
|
|
depends on HAS_DTS
|
|
|
|
help
|
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for WDT.
|
2018-07-31 10:34:01 +02:00
|
|
|
|
|
|
|
config HAS_DTS_ETHERNET
|
|
|
|
bool
|
|
|
|
depends on HAS_DTS
|
|
|
|
help
|
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for Ethernet.
|
2018-11-03 12:55:21 +01:00
|
|
|
|
|
|
|
config HAS_DTS_ENTROPY
|
|
|
|
bool
|
|
|
|
depends on HAS_DTS
|
|
|
|
help
|
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for entropy/random number.
|