lkml.org 
[lkml]   [2006]   [Jul]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectFwd: Using select in boolean dependents of a tristate symbol
    [Argh.. resending to correct LKML address]

    Roman,

    Question for you as Kconfig maintainer - I have a module (HID) that
    has a few sub-options. Now HID can be built as a module but
    sub-options are suimple booleans. Some of these sub-options will
    depend on a common code which is moved out of HID driver. Now I want
    to use "select" like this:

    config THRUSTMASTER_FF
    bool "ThrustMaster FireStorm Dual Power 2 support (EXPERIMENTAL)"
    depends on HID_FF && EXPERIMENTAL
    + select INPUT_FF_MEMLESS
    help
    Say Y here if you have a THRUSTMASTER FireStore Dual Power 2,
    and want to enable force feedback support for it.

    Unfortunately this forces INPUT_FF_MEMLESS to always be built-in,
    although if HID is a module it could be a module as well. Do you have
    any suggestions as to how allow INPUT_FF_MEMLESS to be compiled as a
    module?

    Thanks!

    --
    Dmitry


    --
    Dmitry
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2006-07-13 21:37    [W:4.823 / U:1.404 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site