k64: Change the default gpio driver to the mcux one

Stop using the specific k64 gpio driver by default and start using the
more generic mcux gpio driver instead.

Jira: ZEP-1394
Change-Id: I54ec9b62cc8790b8973efc34fa36d17da523971e
Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2016-12-12 15:39:15 -06:00 committed by Kumar Gala
commit fc012feadb

View file

@ -34,7 +34,7 @@ config GPIO
if GPIO
config GPIO_K64
config GPIO_MCUX
def_bool y
endif # GPIO