# Help info of these options are automatically taken from the # original Kconfig file menu "CAN dependencies" depends on OC_COMM config CAN_MENU_README bool "README" ---help--- Next are the most relevant Linux options that may affect RTLinux configuration. The suggested selection to use RTLinux properly are: [Yes] (MODULES) (Enable loadable module support) [Yes] (RTLINUX) (RTLinux support) [Yes] (RTL_OC_DYNMEM) (Dynamic Memory Management support in RT-Linux) [Yes] (RTL_OC_BIGPHYSAREA_DYNMEM) (Big physical memory allocation in RT-Linux) [Yes] (BIGPHYSAREA) (Bigphysarea support) [No ] (PM) (Power Management support) config MODULES bool "Enable loadable module support" config RTLINUX depends on MODULES bool "RTLinux support" config RTL_OC_DYNMEM depends on RTLINUX bool "Dynamic Memory Management support in RT-Linux" config RTL_OC_BIGPHYSAREA_DYNMEM depends on RTL_OC_DYNMEM && BIGPHYSAREA bool "Big physical memory allocation in RT-Linux" config BIGPHYSAREA bool "Bigphysarea support" config PM bool "Power Management support" endmenu