ENTROPY_GENERATOR is needed for OSDP Secure Channel capability. Now that Secure Channel patches are merged, enabling it by default. Signed-off-by: Siddharth Chandrasekaran <sidcha.dev@gmail.com>
19 lines
284 B
Plaintext
19 lines
284 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_CP=y
|
|
|
|
# Secure Channel
|
|
CONFIG_ENTROPY_GENERATOR=y
|
|
|
|
CONFIG_OSDP_LOG_LEVEL=4
|