UBUNTU: SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} depend on X86
authorEric Miao <eric.miao@canonical.com>
Wed, 27 Jan 2010 04:02:24 +0000 (04:02 +0000)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 28 Mar 2011 13:48:27 +0000 (06:48 -0700)
There options are really X86 specific, and the source won't compile on
ARM platforms. Make them depend on X86 and less confusing when syncing
config options to ARM.

Signed-off-by: Eric Miao <eric.miao@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>

ubuntu/omnibook/Kconfig
ubuntu/rfkill/Kconfig

index 370b379..acad37a 100644 (file)
@@ -1,4 +1,5 @@
 config OMNIBOOK
        tristate "Kernel module for HP and Toshiba laptops"
+       depends on X86
        default m
        ---help---
index ff6d8a1..efb62c2 100644 (file)
@@ -1,7 +1,9 @@
 config AVERATEC_5100P
        tristate "Software kill switch for Averatec 5100P"
+       depends on X86
        default m
 
 config PACKARDBELL_E5
        tristate "Software kill switch for Packard Bell EasyNote E5"
+       depends on X86
        default m