summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-14 18:40:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-14 18:40:31 +0200
commitba4b6056da30ddb19809b72309a009a1c84a7656 (patch)
treee85949a99cb1b677165f160dac6b96783e7e6dbf /target
parent29305d896b0d54c1de34204fd27de19d95e85804 (diff)
parent5042d799082b1e9befd983b5e6c02b36b4d28285 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r--target/linux/config/Config.in.debug12
-rw-r--r--target/linux/config/Config.in.misc33
2 files changed, 34 insertions, 11 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug
index 87fc57052..eedb9a97c 100644
--- a/target/linux/config/Config.in.debug
+++ b/target/linux/config/Config.in.debug
@@ -1,5 +1,9 @@
menu "Kernel debugging"
+config ADK_KERNEL_PROFILING
+ boolean
+ default n
+
config ADK_KERNEL_DEBUG_KERNEL
boolean
default n
@@ -51,4 +55,12 @@ config ADK_KERNEL_DEBUG_WITH_KGDB
select ADK_KERNEL_KGDB_SERIAL_CONSOLE
select ADK_KERNEL_FRAME_POINTER
+config ADK_KPACKAGE_KMOD_OPROFILE
+ tristate
+ prompt "kernel support for oprofile"
+ select ADK_KERNEL_PROFILING
+ default n
+ help
+ use oprofile package to make use of the kernel support.
+
endmenu
diff --git a/target/linux/config/Config.in.misc b/target/linux/config/Config.in.misc
index bf62a5df7..987fe40cc 100644
--- a/target/linux/config/Config.in.misc
+++ b/target/linux/config/Config.in.misc
@@ -8,13 +8,33 @@ config ADK_KERNEL_RFKILL
boolean
default n
-menu "Miscellaneous devices support"
-
config ADK_KERNEL_WATCHDOG
boolean
default y if ADK_TARGET_WITH_WATCHDOG
default n
+config ADK_KERNEL_I2C_CHARDEV
+ boolean
+ default n
+
+menu "Miscellaneous devices support"
+
+config ADK_KPACKAGE_KMOD_I2C
+ prompt "kmod-i2c.......................... I2C support"
+ tristate
+ select ADK_KERNEL_I2C_CHARDEV
+ default n
+ help
+ I2C support
+
+config ADK_KPACKAGE_KMOD_SCx200_ACB
+ prompt "kmod-i2c-geode.................... I2C driver for Geode"
+ tristate
+ depends on ADK_KPACKAGE_KMOD_I2C
+ default n
+ help
+ I2C driver for Geode boards.
+
config ADK_KPACKAGE_KMOD_SOFT_WATCHDOG
prompt "kmod-softdog...................... Software watchdog"
tristate
@@ -25,15 +45,6 @@ config ADK_KPACKAGE_KMOD_SOFT_WATCHDOG
from some situations that the hardware watchdog will recover
from. Equally it's a lot cheaper to install.
-#config ADK_KPACKAGE_KMOD_WD1100
-# prompt "kmod-wd1100....................... Soekris net4801 watchdog"
-# tristate
-# select ADK_KERNEL_WATCHDOG
-# default n
-# help
-# Driver for the NatSemi SC1x00 series Watchdog
-# found on Soekris net4801 boards
-
config ADK_KPACKAGE_KMOD_PARPORT
prompt "kmod-parport...................... generic parallel port support"
tristate