menuconfig AVM_KERNEL bool "AVM kernel enhancements" if AVM_KERNEL config AVM_GPIO_ACCESS bool "AVM GPIO access" default y help This switch activates the optimized GPIO access macros for AVM's LED module. 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 THREAD_SIZE_ORDER int "THREAD_SIZE_ORDER" default 2 help Configures the stack size 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) endif # AVM_KERNEL