--- kernel-2.6.27.orig/drivers/misc/Kconfig +++ kernel-2.6.27/drivers/misc/Kconfig @@ -409,11 +409,24 @@ depends on BACKLIGHT_CLASS_DEVICE depends on HWMON depends on EXPERIMENTAL + ---help--- This driver supports the Fn-Fx keys on Eee PC laptops. It also adds the ability to switch camera/wlan on/off. - If you have an Eee PC laptop, say Y or M here. +config OMAP_STI + bool "Serial Trace Interface support" + depends on ARCH_OMAP16XX || ARCH_OMAP24XX || ARCH_OMAP34XX + default n + help + Serial Trace Interface. The protocols suported for OMAP1/2/3 are + STI/CSTI/XTIv2 correspondingly. + +config OMAP_STI_CONSOLE + bool "STI console support" + depends on OMAP_STI + help + This enables a console driver by way of STI/XTI. config ENCLOSURE_SERVICES tristate "Enclosure Services" @@ -475,4 +488,8 @@ This option enables addition debugging code for the SGI GRU driver. If you are unsure, say N. +source "drivers/misc/ssi/Kconfig" +source "drivers/misc/mcsaab/Kconfig" +source "drivers/misc/cmt-speech/Kconfig" + endif # MISC_DEVICES