Index: kernel.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/kernel/current/cdl/kernel.cdl,v retrieving revision 1.21 diff -u -r1.21 kernel.cdl --- kernel.cdl 8 Jan 2007 16:20:13 -0000 1.21 +++ kernel.cdl 22 Aug 2007 17:54:55 -0000 @@ -317,7 +317,7 @@ the set of global flags if present." } - cdl_option CYGPKG_KERNEL_TESTS { + cdl_component CYGPKG_KERNEL_TESTS { display "Kernel tests" flavor data no_define @@ -330,6 +330,35 @@ } description " This option specifies the set of tests for the eCos kernel." + cdl_option CYGNUM_KERNEL_INTR_TEST_PRIO_A { + display "interrupt priority A used by intr0/kintr0 test" + flavor data + default_value 0 + legal_values 0 to 16 + description "The intr0 and kintr0 tests create several interrupts. + This option selects the interrupt priority to be used + for the first interrupt." + } + + cdl_option CYGNUM_KERNEL_INTR_TEST_PRIO_B { + display "interrupt priority B used by intr0/kintr0 test" + flavor data + default_value 1 + legal_values 0 to 16 + description "The intr0 and kintr0 tests create several interrupts. + This option selects the interrupt priority to be used + for the second interrupt." + } + + cdl_option CYGNUM_KERNEL_INTR_TEST_PRIO_C { + display "interrupt priority C used by intr0/kintr0 test" + flavor data + default_value 1 + legal_values 0 to 16 + description "The intr0 and kintr0 tests create several interrupts. + This option selects the interrupt priority to be used + for the third interrupt." + } } } }