- need to have config MODULE in order to make tristate work..
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 19 Jan 2006 14:45:16 +0000 (14:45 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 19 Jan 2006 14:45:16 +0000 (14:45 -0000)
  Thanks to Robert Schwebel for pointing this out. I must be blind..

sysdeps/linux/Config.in

index 1b87c12511c6e8f19209d4305471131ba34ef40a..1858b60810e8eefa5782ddc9333909fb823bd20d 100644 (file)
@@ -9,6 +9,10 @@ config HAVE_DOT_CONFIG
        bool
        default y
 
+config MODULES
+       bool
+       default y
+
 menu "General Configuration"
 
 choice