19 lines
323 B
Plaintext
19 lines
323 B
Plaintext
# Copyright (c) 2024 Joel Guittet
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_ESP32S3_TOUCH_LCD_1_28_ESP32S3_PROCPU
|
|
|
|
config ENTROPY_GENERATOR
|
|
default y
|
|
|
|
config KERNEL_MEM_POOL
|
|
default y
|
|
|
|
config PWM
|
|
default y if DISPLAY
|
|
|
|
config LV_COLOR_16_SWAP
|
|
default y if LVGL
|
|
|
|
endif # BOARD_ESP32S3_TOUCH_LCD_1_28_ESP32S3_PROCPU
|