+#define HAVE_READ_LOCK_FUSE 1
+/*
+ * enable the loaders capability to load its lfuse, hfuse and lockbits
+ * ...However, programming of these is prohibited...
+ */
+
+#define HAVE_BLB11_SOFTW_LOCKBIT 1
+/*
+ * The IC itself do not need to prgra BLB11, but the bootloader will avaoid
+ * to erase itself from the bootregion
+ */
+
+#define HAVE_SPMINTEREFACE 1
+/*
+ * Since code within normal section of application memory (rww-section) is
+ * not able to call spm for programming flash-pages, this option (when
+ * enabled) will insert a small subroutine into the bootloader-section
+ * to enable applications to circumvent this limitation and make them
+ * able to program the flash in a similar way as the bootloader does, too.
+ * For further details see "spminterface.h", which implements this
+ * feature.
+ */
+