drivers: boards: Merge HAS_DTS_GPIO_DEVICE with HAS_DTS_GPIO

Every board that uses dts-enabled gpio drivers has a board-level dts, so
there is no need to have separate configs HAS_DTS_GPIO_DEVICE and
HAS_DTS_GPIO.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2018-09-30 09:57:08 -05:00 committed by Kumar Gala
commit eeb4411de7
17 changed files with 16 additions and 30 deletions

View file

@ -83,7 +83,7 @@ endchoice
config ADT7420_TRIGGER
bool
if !HAS_DTS_GPIO_DEVICE
if !HAS_DTS_GPIO
config ADT7420_GPIO_DEV_NAME
string "GPIO device"
@ -101,7 +101,7 @@ config ADT7420_GPIO_PIN_NUM
The GPIO pin number receiving the interrupt signal from the
ADT7420 sensor.
endif # !HAS_DTS_GPIO_DEVICE
endif # !HAS_DTS_GPIO
config ADT7420_THREAD_PRIORITY
int "Thread priority"