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
|
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration.
|
|
|
|
|
|
|
|
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
|
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for ADC.
|
|
|
|
|
|
|
|
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
|
|
|
|
This option specifies that the target platform supports device tree
|
|
|
|
configuration for I2c.
|
|
|
|
|