forked from jmpfbmx/kernel-4.4
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3cbcb9e
commit df0515d
Showing
9 changed files
with
1,257 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
config FINGERPRINT_GT556 | ||
bool "gf5216(goodix fingerprint sensor) for dewav" | ||
bool "gt556(goodix fingerprint sensor) for dewav" | ||
default n | ||
help | ||
It support different type sensor | ||
in this platform. If this option | ||
is set, it will support fingerprint gf3208 silead sensor . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
|
||
obj-$(CONFIG_MTK_NFC_SUPPORT) += mt6605.o | ||
ccflags-$(CONFIG_MTK_NFC_SUPPORT) += -DDEBUG | ||
ifeq ($(TARGET_BUILD_VARIANT),user) | ||
ccflags-y += -D_MTK_USER_ | ||
endif | ||
|
||
#obj-$(CONFIG_MTK_NFC_SUPPORT) += mt6605.o | ||
#ccflags-$(CONFIG_MTK_NFC_SUPPORT) += -DDEBUG | ||
obj-y += pn544.o |
Oops, something went wrong.