22 lines
479 B
Plaintext
22 lines
479 B
Plaintext
config HAS_DTS
|
|
bool "Uses Device Tree"
|
|
help
|
|
This option specifies that the target platform supports device tree
|
|
configuration.
|
|
|
|
config HAS_DTS_ADC
|
|
bool "ADC uses Device Tree"
|
|
depends on HAS_DTS
|
|
help
|
|
This option specifies that the target platform supports device tree
|
|
configuration for ADC.
|
|
|
|
config HAS_DTS_I2C
|
|
bool "I2C uses Device Tree"
|
|
default n
|
|
depends on HAS_DTS
|
|
help
|
|
This option specifies that the target platform supports device tree
|
|
configuration for I2c.
|
|
|