--- zzzz-none-000/linux-2.6.39.4/drivers/char/Kconfig 2011-08-03 19:43:28.000000000 +0000 +++ puma6-atom-6490-729/linux-2.6.39.4/drivers/char/Kconfig 2021-11-10 13:38:14.000000000 +0000 @@ -592,6 +592,172 @@ /sys/devices/platform/telco_clock, with a number of files for controlling the behavior of this hardware. +source "drivers/char/tffs/Kconfig" + +config AVM_NET_TRACE + bool "AVM net trace" + default y + help + This driver provides tracing of network packets in pcap format. + +config AVM_DECT_IO + tristate "AVM dect IO managment support" + default n + help + This driver provides power managment functions for AVMs own drivers. + + To compile this driver as a module, choose M here. The module + will be called avm. + +config AVM_DECT_SYNC + int "AVM dect sync support" + depends on AVM_DECT_IO + default -1 + help + the number of gpio for sync-usage, -1: ignore sync + +config AVM_CRASHPANIC_LOG_SINK + bool "Sink(Receiver) of Remote-Panic/Crash Log" + depends on AVM_EVENTNODE_PUMA6 + default n + help + Send Panic/Crash-Log over Remote-Event-Interface + +config AVM_PUSH_BUTTON + bool "Push button support" + depends on AVM_EVENT + default n + help + This driver provides push button support. + +config AVM_PUSH_BUTTON_TIME_1 + int "Time to start push button event 2 [ms]" + depends on AVM_EVENT && AVM_PUSH_BUTTON + default 2000 + +config AVM_PUSH_BUTTON_TIME_2 + int "Time to start push button event 3 [ms]" + depends on AVM_EVENT && AVM_PUSH_BUTTON + default 6000 + +config AVM_PUSH_BUTTON_GPIO + int "Push button GPIO" + depends on AVM_EVENT && AVM_PUSH_BUTTON + default 8 + help + This is the GPIO for avm event push button support + +config AVM_PUSH_BUTTON2 + bool "second Push button support" + depends on AVM_EVENT + default n + help + This driver provides push button support. + +config AVM_PUSH_BUTTON2_GPIO + int "second Push button GPIO" + depends on AVM_EVENT && AVM_PUSH_BUTTON && AVM_PUSH_BUTTON2 + default 6 + help + This is the GPIO for avm event push button support + +config AVM_PUSH_BUTTON3 + bool "Switch support" + depends on AVM_EVENT + default n + help + This driver provides switch support. + +config AVM_PUSH_BUTTON3_GPIO + int "Switch GPIO" + depends on AVM_EVENT && AVM_PUSH_BUTTON && AVM_PUSH_BUTTON3 + default 6 + help + This is the GPIO for avm event switch support + +config AVM_PUSH_BUTTON4 + bool "4th Push button support" + depends on AVM_EVENT + default n + help + This driver provides 4th Push button support. + +config AVM_PUSH_BUTTON4_GPIO + int "4th Push button GPIO" + depends on AVM_EVENT && AVM_PUSH_BUTTON && AVM_PUSH_BUTTON4 + default 31 + help + This is the GPIO for avm event 4th Push button support + +config AVM_PUSH_BUTTON5 + bool "5th Push button support" + depends on AVM_EVENT + default n + help + This driver provides 5th Push button support. + +config AVM_PUSH_BUTTON5_GPIO + int "5th Push button GPIO" + depends on AVM_EVENT && AVM_PUSH_BUTTON && AVM_PUSH_BUTTON5 + default 31 + help + This is the GPIO for avm event 5th Push button support + +config AVM_PIGLET + tristate "AVM Piglet load support" + default n + help + This driver provides the piglet load support. + +config AVM_PIGLET_NOEMIF + tristate "AVM Piglet load support (No Emif)" + default n + help + This driver provides the piglet load support (without Emif). + +config AVM_PIGLET_DECT + bool "AVM Piglet DECT Loader support" + depends on AVM_PIGLET_NOEMIF + default y + help + This driver provides the DECT loader support in piglet + +config AVM_NET_TRACE + bool "AVM net trace" + default y + help + This driver provides tracing of network packets in pcap format. + +source "drivers/char/avm_new/Kconfig" + +config AVM_POWER + bool "AVM power managment support" + default y + help + This driver provides power managment functions for AVMs own drivers. + +config AVM_POWERMETER + bool "AVM powermeter support" + depends on AVM_POWER + default y + help + This driver provides power managment ressource info function for AVMs own drivers. + +config AVM_POWER_REMOTE_SOURCE + bool "Powermanagment Remote-Source" + depends on AVM_POWER && AVM_EVENTNODE_PUMA6 + default y + help + This powermanager service send messages to other cpu + +config AVM_POWER_REMOTE_SINK + bool "Powermanagment Remote-Sink" + depends on AVM_POWER && AVM_EVENTNODE_PUMA6 + default y + help + This powermanager service receive messages from other cpu + + config DEVPORT bool depends on !M68K @@ -616,5 +782,7 @@ Enables userspace clients to read and write to some packet SMD ports via device interface for MSM chipset. +source "drivers/char/ubik2/Kconfig" + endmenu