diff options
| author | Matt Filetto <matt.filetto@gmail.com> | 2014-09-08 14:52:31 -0700 |
|---|---|---|
| committer | Matt Filetto <matt.filetto@gmail.com> | 2014-09-08 14:52:31 -0700 |
| commit | 3abb5e48c6d8a4f4eb433f9a62f29a5975f903b9 (patch) | |
| tree | 767d6c4d54a75f4cea972943f123ec5f918743b5 | |
| parent | d1544fe30c90523440f775f796c2f4440171d410 (diff) | |
kltespr: declare nfc chipset to be pn547
| -rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index be8d79d..8d88169 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -25,6 +25,9 @@ TARGET_INIT_VENDOR_LIB := libinit_msm TARGET_LIBINIT_DEFINES_FILE := device/samsung/klteusc/init/init_klte.c TARGET_UNIFIED_DEVICE := true +# NFC +BOARD_NFC_CHIPSET := pn547 + # Partitions BOARD_BOOTIMAGE_PARTITION_SIZE := 13631488 BOARD_RECOVERYIMAGE_PARTITION_SIZE := 15728640 |
