From cf088d5dbb077a1f689cfed907d48cbdbe487dc7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 13 Jul 2010 20:26:11 +0200 Subject: fix oprofile package --- target/linux/config/Config.in.debug | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target') 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 -- cgit v1.2.3 From db3b11c8da59d0d16bc63041d60667a74e7b5375 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 13 Jul 2010 22:14:38 +0200 Subject: add support for i2c-tools and kernel support on geode --- target/linux/config/Config.in.misc | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) (limited to 'target') 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 -- cgit v1.2.3