mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
17 lines
455 B
Text
17 lines
455 B
Text
if PACKAGE_bbfdmd
|
|
config BBF_VENDOR_EXTENSION
|
|
bool "Enable Vendor Extension"
|
|
default y
|
|
|
|
config BBF_VENDOR_PREFIX
|
|
string "Vendor Prefix"
|
|
default "X_IOPSYS_EU_"
|
|
|
|
config BBF_OBFUSCATION_KEY
|
|
string "Obfuscation key"
|
|
default "371d530c95a17d1ca223a29b7a6cdc97e1135c1e0959b51106cca91a0b148b5e42742d372a359760742803f2a44bd88fca67ccdcfaeed26d02ce3b6049cb1e04"
|
|
|
|
config BBF_MAX_OBJECT_INSTANCES
|
|
int "Maximum number of instances per object"
|
|
default 255
|
|
endif
|