20 lines
309 B
Plaintext
20 lines
309 B
Plaintext
#
|
|
# Copyright (c) 2020 Siddharth Chandrasekaran <siddharth@embedjournal.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
CONFIG_PRINTK=y
|
|
CONFIG_LOG=y
|
|
CONFIG_GPIO=y
|
|
|
|
# OSDP config
|
|
CONFIG_OSDP=y
|
|
CONFIG_OSDP_MODE_PD=y
|
|
|
|
# Secure Channel
|
|
CONFIG_ENTROPY_GENERATOR=y
|
|
CONFIG_OSDP_SC_ENABLED=y
|
|
|
|
CONFIG_OSDP_LOG_LEVEL=4
|