dts: Make Kconfig options invisible to user
The DTS related Kconfig options to should be selected by boards or drivers, not by users. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
58307efbd8
commit
4dbe0e0a5e
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
|||
config HAS_DTS
|
||||
bool "Uses Device Tree"
|
||||
bool
|
||||
help
|
||||
This option specifies that the target platform supports device tree
|
||||
configuration.
|
||||
|
||||
config HAS_DTS_ADC
|
||||
bool "ADC uses Device Tree"
|
||||
bool
|
||||
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"
|
||||
bool
|
||||
default n
|
||||
depends on HAS_DTS
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue