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:
Kumar Gala 2017-08-10 13:33:30 -05:00 committed by Kumar Gala
commit 4dbe0e0a5e

View file

@ -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