forked from xuos/xiuos
				
			Merge branch 'master' of https://gitlink.org.cn/IACU/xiuos
This commit is contained in:
		
						commit
						d255ffaee5
					
				| 
						 | 
				
			
			@ -1,65 +0,0 @@
 | 
			
		|||
menu "Required Feature" # do not modify this, otherwise, (see `egrep '^# Required'` in kernel_selector.sh)
 | 
			
		||||
 | 
			
		||||
menuconfig FS
 | 
			
		||||
    bool  "require file system"
 | 
			
		||||
    default n
 | 
			
		||||
        
 | 
			
		||||
if FS
 | 
			
		||||
    config FS_VFS_FATFS
 | 
			
		||||
    bool "Using FATFS file system"
 | 
			
		||||
    default n
 | 
			
		||||
 | 
			
		||||
    config FS_CH376
 | 
			
		||||
    bool "Using CH376 file system"
 | 
			
		||||
    default n
 | 
			
		||||
 | 
			
		||||
    config FS_LWEXT4
 | 
			
		||||
    bool "Using LWEXT4 file system"
 | 
			
		||||
    default n
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
menuconfig INDUSTRIAL
 | 
			
		||||
    bool  "Require industrial protocols support"
 | 
			
		||||
    default n
 | 
			
		||||
    
 | 
			
		||||
if INDUSTRIAL
 | 
			
		||||
    config INDUSTRIAL_OPCUA
 | 
			
		||||
        bool "Support OPCUA"
 | 
			
		||||
        default n
 | 
			
		||||
 | 
			
		||||
    config INDUSTRIAL_SNAP7
 | 
			
		||||
        bool "Support Siemens Snap7"
 | 
			
		||||
        default n
 | 
			
		||||
 | 
			
		||||
    config INDUSTRIAL_MODBUS
 | 
			
		||||
        bool "Support Modbus"
 | 
			
		||||
        default n
 | 
			
		||||
 | 
			
		||||
    config INDUSTRIAL_RS232
 | 
			
		||||
        bool "Support RS232"
 | 
			
		||||
        default n
 | 
			
		||||
 | 
			
		||||
    config INDUSTRIAL_RS485
 | 
			
		||||
        bool "Support RS485"
 | 
			
		||||
        default n
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
menuconfig BUS
 | 
			
		||||
    bool  "require bus"
 | 
			
		||||
    default y
 | 
			
		||||
 | 
			
		||||
if BUS
 | 
			
		||||
    menu "Required BUS"
 | 
			
		||||
        config USB
 | 
			
		||||
            bool "require USB bus"
 | 
			
		||||
            default n
 | 
			
		||||
 | 
			
		||||
        config SERIAL
 | 
			
		||||
            bool "require serial bus"
 | 
			
		||||
            default n
 | 
			
		||||
    endmenu
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
endmenu
 | 
			
		||||
| 
						 | 
				
			
			@ -1,65 +0,0 @@
 | 
			
		|||
menu "Required Feature" # do not modify this, otherwise, (see `egrep '^# Required'` in kernel_selector.sh)
 | 
			
		||||
 | 
			
		||||
menuconfig FS
 | 
			
		||||
    bool  "require file system"
 | 
			
		||||
    default n
 | 
			
		||||
        
 | 
			
		||||
if FS
 | 
			
		||||
    config FS_VFS_FATFS
 | 
			
		||||
    bool "Using FATFS file system"
 | 
			
		||||
    default n
 | 
			
		||||
 | 
			
		||||
    config FS_CH376
 | 
			
		||||
    bool "Using CH376 file system"
 | 
			
		||||
    default n
 | 
			
		||||
 | 
			
		||||
    config FS_LWEXT4
 | 
			
		||||
    bool "Using LWEXT4 file system"
 | 
			
		||||
    default n
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
menuconfig INDUSTRIAL
 | 
			
		||||
    bool  "Require industrial protocols support"
 | 
			
		||||
    default n
 | 
			
		||||
    
 | 
			
		||||
if INDUSTRIAL
 | 
			
		||||
    config INDUSTRIAL_OPCUA
 | 
			
		||||
        bool "Support OPCUA"
 | 
			
		||||
        default n
 | 
			
		||||
 | 
			
		||||
    config INDUSTRIAL_SNAP7
 | 
			
		||||
        bool "Support Siemens Snap7"
 | 
			
		||||
        default n
 | 
			
		||||
 | 
			
		||||
    config INDUSTRIAL_MODBUS
 | 
			
		||||
        bool "Support Modbus"
 | 
			
		||||
        default n
 | 
			
		||||
 | 
			
		||||
    config INDUSTRIAL_RS232
 | 
			
		||||
        bool "Support RS232"
 | 
			
		||||
        default n
 | 
			
		||||
 | 
			
		||||
    config INDUSTRIAL_RS485
 | 
			
		||||
        bool "Support RS485"
 | 
			
		||||
        default n
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
menuconfig BUS
 | 
			
		||||
    bool  "require bus"
 | 
			
		||||
    default y
 | 
			
		||||
 | 
			
		||||
if BUS
 | 
			
		||||
    menu "Required BUS"
 | 
			
		||||
        config USB
 | 
			
		||||
            bool "require USB bus"
 | 
			
		||||
            default n
 | 
			
		||||
 | 
			
		||||
        config SERIAL
 | 
			
		||||
            bool "require serial bus"
 | 
			
		||||
            default n
 | 
			
		||||
    endmenu
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
endmenu
 | 
			
		||||
| 
						 | 
				
			
			@ -1,26 +0,0 @@
 | 
			
		|||
menu "Required Parameter"
 | 
			
		||||
    config RAM_LESS_THAN
 | 
			
		||||
        int "RAM footprint limit (MB) upper bound"
 | 
			
		||||
        default 10000
 | 
			
		||||
        help 
 | 
			
		||||
                Kernel RAM footprint should be lower than this limit
 | 
			
		||||
 | 
			
		||||
    config RAM_GREATER_THAN
 | 
			
		||||
        int "RAM footprint limit (MB) lower bound"
 | 
			
		||||
        default 0
 | 
			
		||||
        help 
 | 
			
		||||
                Kernel RAM footprint should be higher than this limit
 | 
			
		||||
 | 
			
		||||
    config ROM_LESS_THAN
 | 
			
		||||
        int "ROM limit (MB)  upper bound"
 | 
			
		||||
        default 10000
 | 
			
		||||
        help 
 | 
			
		||||
                Kernel ROM requirement should be lower than this limit
 | 
			
		||||
 | 
			
		||||
    config ROM_GREATER_THAN
 | 
			
		||||
        int "ROM limit (MB)  lower bound"
 | 
			
		||||
        default 0
 | 
			
		||||
        help 
 | 
			
		||||
                Kernel ROM requirement should be higher than this limit
 | 
			
		||||
 | 
			
		||||
endmenu
 | 
			
		||||
| 
						 | 
				
			
			@ -1,26 +0,0 @@
 | 
			
		|||
menu "Required Parameter"
 | 
			
		||||
    config RAM_LESS_THAN
 | 
			
		||||
        int "RAM footprint limit (MB) upper bound"
 | 
			
		||||
        default 10000
 | 
			
		||||
        help 
 | 
			
		||||
                Kernel RAM footprint should be lower than this limit
 | 
			
		||||
 | 
			
		||||
    config RAM_GREATER_THAN
 | 
			
		||||
        int "RAM footprint limit (MB) lower bound"
 | 
			
		||||
        default 0
 | 
			
		||||
        help 
 | 
			
		||||
                Kernel RAM footprint should be higher than this limit
 | 
			
		||||
 | 
			
		||||
    config ROM_LESS_THAN
 | 
			
		||||
        int "ROM limit (MB)  upper bound"
 | 
			
		||||
        default 10000
 | 
			
		||||
        help 
 | 
			
		||||
                Kernel ROM requirement should be lower than this limit
 | 
			
		||||
 | 
			
		||||
    config ROM_GREATER_THAN
 | 
			
		||||
        int "ROM limit (MB)  lower bound"
 | 
			
		||||
        default 0
 | 
			
		||||
        help 
 | 
			
		||||
                Kernel ROM requirement should be higher than this limit
 | 
			
		||||
 | 
			
		||||
endmenu
 | 
			
		||||
| 
						 | 
				
			
			@ -1,21 +0,0 @@
 | 
			
		|||
version: 0.1.0
 | 
			
		||||
#  Automatically generated file; DO NOT EDIT.
 | 
			
		||||
#  Ubiquitous Kernel Selector
 | 
			
		||||
 | 
			
		||||
Feature:
 | 
			
		||||
 | 
			
		||||
#  CONFIG_FS is not set
 | 
			
		||||
 BUS: true
 | 
			
		||||
 | 
			
		||||
BUS:
 | 
			
		||||
 | 
			
		||||
 USB: true
 | 
			
		||||
#  CONFIG_SERIAL is not set
 | 
			
		||||
 | 
			
		||||
Parameter:
 | 
			
		||||
 | 
			
		||||
 RAM_LESS_THAN: 20
 | 
			
		||||
 RAM_GREATER_THAN: 10000
 | 
			
		||||
 ROM_LESS_THAN: 10
 | 
			
		||||
 ROM_GREATER_THAN: 10000
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -1,21 +0,0 @@
 | 
			
		|||
version: 0.1.0
 | 
			
		||||
#  Automatically generated file; DO NOT EDIT.
 | 
			
		||||
#  Ubiquitous Kernel Selector
 | 
			
		||||
 | 
			
		||||
Feature:
 | 
			
		||||
 | 
			
		||||
#  CONFIG_FS is not set
 | 
			
		||||
 BUS: true
 | 
			
		||||
 | 
			
		||||
BUS:
 | 
			
		||||
 | 
			
		||||
 USB: true
 | 
			
		||||
#  CONFIG_SERIAL is not set
 | 
			
		||||
 | 
			
		||||
Parameter:
 | 
			
		||||
 | 
			
		||||
 RAM_LESS_THAN: 5
 | 
			
		||||
 RAM_GREATER_THAN: 10000
 | 
			
		||||
 ROM_LESS_THAN: 5
 | 
			
		||||
 ROM_GREATER_THAN: 10000
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -1,21 +0,0 @@
 | 
			
		|||
version: 0.1.0
 | 
			
		||||
#  Automatically generated file; DO NOT EDIT.
 | 
			
		||||
#  Ubiquitous Kernel Selector
 | 
			
		||||
 | 
			
		||||
Feature:
 | 
			
		||||
 | 
			
		||||
#  CONFIG_FS is not set
 | 
			
		||||
 BUS: true
 | 
			
		||||
 | 
			
		||||
BUS:
 | 
			
		||||
 | 
			
		||||
 USB: true
 | 
			
		||||
#  CONFIG_SERIAL is not set
 | 
			
		||||
 | 
			
		||||
Parameter:
 | 
			
		||||
 | 
			
		||||
 RAM_LESS_THAN: 3
 | 
			
		||||
 RAM_GREATER_THAN: 10000
 | 
			
		||||
 ROM_LESS_THAN: 10
 | 
			
		||||
 ROM_GREATER_THAN: 10000
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue