Kconfig (b981d8b3f5e008ff10d993be633ad00564fc22cd) Kconfig (179b025fea2fa65760f1dcdff3585465d2177159)
1#
2# Character device configuration
3#
4
5menu "Character devices"
6
7config VT
8 bool "Virtual terminal" if EMBEDDED

--- 882 unchanged lines hidden (view full) ---

891 To compile this driver as a module, choose M here: the
892 module will be called sonypi.
893
894config GPIO_TB0219
895 tristate "TANBAC TB0219 GPIO support"
896 depends on TANBAC_TB022X
897 select GPIO_VR41XX
898
1#
2# Character device configuration
3#
4
5menu "Character devices"
6
7config VT
8 bool "Virtual terminal" if EMBEDDED

--- 882 unchanged lines hidden (view full) ---

891 To compile this driver as a module, choose M here: the
892 module will be called sonypi.
893
894config GPIO_TB0219
895 tristate "TANBAC TB0219 GPIO support"
896 depends on TANBAC_TB022X
897 select GPIO_VR41XX
898
899source "drivers/char/agp/Kconfig"
900
901source "drivers/char/drm/Kconfig"
902
903source "drivers/char/pcmcia/Kconfig"
904
905config MWAVE
906 tristate "ACP Modem (Mwave) support"
907 depends on X86
908 select SERIAL_8250
909 ---help---
910 The ACP modem (Mwave) for Linux is a WinModem. It is composed of a

--- 158 unchanged lines hidden ---
899source "drivers/char/pcmcia/Kconfig"
900
901config MWAVE
902 tristate "ACP Modem (Mwave) support"
903 depends on X86
904 select SERIAL_8250
905 ---help---
906 The ACP modem (Mwave) for Linux is a WinModem. It is composed of a

--- 158 unchanged lines hidden ---