regenbogenbaum/Kconfig
2025-10-30 01:18:25 +00:00

18 lines
No EOL
425 B
Text

# birdsong Regenbogenbaum color library
# Kconfig options
#
# Copyright (c) 2025 eden ariel and ember ana
# SPDX-License-Identifier: EUPL-1.2
menu "Regenbogenbaum color library"
config REGENBOGENBAUM
bool "enable Regenbogenbaum color library"
depends on CPU_HAS_FPU && !MCUBOOT
select FPU
select FPU_SHARING
default n
help
convert colors between defined colorspaces
endmenu # "Regenbogenbaum color library"