aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/Kconfig
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2012-04-23 20:19:57 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-23 13:24:00 -0700
commit449a2bf5e881b2a00d42a7c0baa67119c8cb5dce (patch)
tree2332c49efb737ed3033b180567afcc2c8938eb8c /drivers/staging/android/Kconfig
parentDocumentation/extcon: porting guide for Android kernel switch driver. (diff)
downloadlinux-dev-449a2bf5e881b2a00d42a7c0baa67119c8cb5dce.tar.xz
linux-dev-449a2bf5e881b2a00d42a7c0baa67119c8cb5dce.zip
Remove "switch" class in drivers/staging/android/switch
Because extcon can also be a switch class for legacy userspace (Android) and is a superset of switch class in drivers/staging/android/switch, switch class may be removed. - Remove switch class - Remove switch class consideration in extcon class Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android/Kconfig')
-rw-r--r--drivers/staging/android/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/android/Kconfig b/drivers/staging/android/Kconfig
index 08a3b1133d29..60dc7108c8b3 100644
--- a/drivers/staging/android/Kconfig
+++ b/drivers/staging/android/Kconfig
@@ -52,8 +52,6 @@ config ANDROID_LOW_MEMORY_KILLER
---help---
Register processes to be killed when memory is low
-source "drivers/staging/android/switch/Kconfig"
-
config ANDROID_INTF_ALARM
bool "Android alarm driver"
depends on RTC_CLASS
@@ -79,7 +77,6 @@ config ANDROID_ALARM_OLDDRV_COMPAT
Provides preprocessor alias to aid compatability with
older out-of-tree drivers that use the Android Alarm
in-kernel API. This will be removed eventually.
-
endif # if ANDROID
endmenu