2017-08-03 19:47:44 +08:00
|
|
|
config HAS_DTS
|
2017-08-11 02:33:30 +08:00
|
|
|
bool
|
2017-08-03 19:47:44 +08:00
|
|
|
help
|
2017-12-13 23:08:21 +08:00
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration.
|
2017-08-03 19:47:44 +08:00
|
|
|
|
|
|
|
config HAS_DTS_ADC
|
2017-08-11 02:33:30 +08:00
|
|
|
bool
|
2017-08-03 19:47:44 +08:00
|
|
|
depends on HAS_DTS
|
|
|
|
help
|
2017-12-13 23:08:21 +08:00
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for ADC.
|
2017-08-03 19:47:44 +08:00
|
|
|
|
2018-04-25 23:46:30 +08:00
|
|
|
config HAS_DTS_GPIO
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
depends on HAS_DTS
|
|
|
|
help
|
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for GPIO.
|
|
|
|
|
|
|
|
config HAS_DTS_GPIO_DEVICE
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
depends on HAS_DTS_GPIO
|
|
|
|
help
|
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for GPIO on the driver/consumer side.
|
|
|
|
|
2017-08-03 19:47:44 +08:00
|
|
|
config HAS_DTS_I2C
|
2017-08-11 02:33:30 +08:00
|
|
|
bool
|
2017-08-03 19:47:44 +08:00
|
|
|
default n
|
|
|
|
depends on HAS_DTS
|
|
|
|
help
|
2017-12-13 23:08:21 +08:00
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for I2c.
|
2017-08-03 19:47:44 +08:00
|
|
|
|
2017-11-20 16:05:43 +08:00
|
|
|
config HAS_DTS_I2C_DEVICE
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
depends on HAS_DTS_I2C
|
|
|
|
help
|
2018-01-06 20:41:34 +08:00
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for sensors.
|
2018-01-06 02:19:10 +08:00
|
|
|
|
|
|
|
config HAS_DTS_SPI
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
depends on HAS_DTS
|
|
|
|
help
|
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for SPI.
|
2018-01-14 22:25:55 +08:00
|
|
|
|
|
|
|
config HAS_DTS_SPI_DEVICE
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
depends on HAS_DTS_SPI
|
|
|
|
help
|
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for spi devices, like sensors or RF modules.
|
2017-10-16 20:42:39 +08:00
|
|
|
|
2018-05-04 22:15:29 +08:00
|
|
|
config HAS_DTS_SPI_PINS
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for pin definition of spi devices, like sensors or
|
|
|
|
RF modules.
|
|
|
|
|
2017-10-16 20:42:39 +08:00
|
|
|
config HAS_DTS_USB
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
depends on HAS_DTS
|
|
|
|
help
|
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for USB.
|