menuconfig AVM_KERNEL bool "AVM kernel enhancements" if AVM_KERNEL config AVM_ENHANCED bool "AVM collection of various enhanced kernel-features" select BUG_EXTRA_INFO if MIPS select AVM_PROM_ENVIRONMENT select AVM_RTNETLINK_ENHANCEMENT select AVM_NET_SKB_INPUT_DEV help Be aware: For compatibility reasons AVM_ENHANCED currently selects a list of other (smaller) AVM kernel enhancements. config AVM_BOOTMEM bool "Enable 'special' memory allocation for modules" depends on AVM_ENHANCED default n help Adds support to use a special memory allocation for whitelisted modules. The memory allocation method depends on the architectures or may not be needed at all. config THREAD_SIZE_ORDER int "Kernel stack size order (2^n)" default 2 help Kernel stack size order (usually 1) On 4K page size: 1 ==> 8K stack 2 ==> 16K stack 3 ==> 32K stack config AVM_PROM_ENVIRONMENT bool "Enable AVM EVA prom environment support" help Adds support to access AVM's EVA environment variables. config OF_AVM_DT bool "AVM Device Tree support (avm_hw_config table conversion and dtb build)" help This option enables the generation of the avm_hw_config_table out of the device tree and generation of AVM device tree blobs. config OF_AVM_DT_ENV bool "prom_getenv reads environment from the chosen node of the device tree" depends on OF_AVM_DT default n help This option enables the reading of the environment via prom_getenv from the device tree. This option may only be enabled if the environment is passed via the device tree. (e.g. 4080) config AVM_RTNETLINK_ENHANCEMENT bool "Enable AVM rtnetlink enhancement" help This enables functions like: rtnl_offload_read_lock, rtnl_offload_read_unlock, rtnl_offload_write_lock, rtnl_offload_write_unlock, wait_for_link_to_offload_cpu. config AVM_SIMPLE_PROFILING bool "Enable AVM Simple Profiling" depends on AVM_ENHANCED default n config AVM_WIRELESS_REQUIREMENTS bool "Enable requirements for AVM wireless support" select WIRELESS_EXT select WEXT_PRIV config AVM_THIN_SYSFS bool "Enable AVM thin sysfs mode" default n help This will remove certain things from the sysfs tree to save memory. source "arch/mips/avm_enh/Kconfig" endif