Skip to content

Commit

Permalink
x86: Kconfig: drop unknown symbol 'APM_MODULE'
Browse files Browse the repository at this point in the history
There's no Kconfig symbol APM_MODULE, so the check for it will always
fail. There's no need to append _MODULE to tristate symbols anyhow,
because the config tools will do the right thing automagically.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Paul Bolle authored and Jiri Kosina committed Nov 22, 2011
1 parent 73692d9 commit 282e5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1718,7 +1718,7 @@ source "drivers/sfi/Kconfig"

config X86_APM_BOOT
def_bool y
depends on APM || APM_MODULE
depends on APM

menuconfig APM
tristate "APM (Advanced Power Management) BIOS support"
Expand Down

0 comments on commit 282e5aa

Please sign in to comment.