diff options
author | malattia@linux.it <malattia@linux.it> | 2007-04-09 13:31:25 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-04-10 16:05:22 -0400 |
commit | 7b153f366867a3b70daeaf3c6074e4a0594057a7 (patch) | |
tree | 93211edb242f852ee8dd008571cba5875cea7b9c /drivers/misc/Kconfig | |
parent | 3d2b8a9f2c26bc0fe03b3545d07245798b1b81b9 (diff) |
sony-laptop: sonypi backward compatibility code
Compatibility code to allow old sonypi bound userspace apps to still work.
Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 4fb951b693ad..75dbc584b574 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -121,4 +121,10 @@ config SONY_LAPTOP | |||
121 | 121 | ||
122 | Read <file:Documentation/sony-laptop.txt> for more information. | 122 | Read <file:Documentation/sony-laptop.txt> for more information. |
123 | 123 | ||
124 | config SONY_LAPTOP_OLD | ||
125 | bool "Sonypi compatibility" | ||
126 | depends on SONY_LAPTOP | ||
127 | ---help--- | ||
128 | Build the sonypi driver compatibility code into the sony-laptop driver. | ||
129 | |||
124 | endmenu | 130 | endmenu |