patch-2.4.22 linux-2.4.22/drivers/char/Config.in
Next file: linux-2.4.22/drivers/char/Makefile
Previous file: linux-2.4.22/drivers/bluetooth/hci_usb.c
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
2003-08-25 04:44:41.000000000 -0700
- Orig file:
linux-2.4.21/drivers/char/Config.in
- Orig date:
2003-06-13 07:51:32.000000000 -0700
diff -urN linux-2.4.21/drivers/char/Config.in linux-2.4.22/drivers/char/Config.in
@@ -18,7 +18,7 @@
bool ' serial port on GSC support' CONFIG_SERIAL_GSC
fi
if [ "$CONFIG_IA64" = "y" ]; then
- bool 'Support for serial console port described by EFI HCDP table' CONFIG_SERIAL_HCDP
+ bool ' Support for serial port described by EFI HCDP table' CONFIG_SERIAL_HCDP
fi
if [ "$CONFIG_ARCH_ACORN" = "y" ]; then
tristate ' Atomwide serial port support' CONFIG_ATOMWIDE_SERIAL
@@ -161,6 +161,9 @@
if [ "$CONFIG_PPC64" ] ; then
bool 'pSeries Hypervisor Virtual Console support' CONFIG_HVC_CONSOLE
fi
+if [ "$CONFIG_ALL_PPC" = "y" ]; then
+ tristate 'Total Impact briQ front panel driver' CONFIG_BRIQ_PANEL
+fi
source drivers/i2c/Config.in
@@ -306,6 +309,9 @@
bool ' Generic SiS support' CONFIG_AGP_SIS
bool ' ALI chipset support' CONFIG_AGP_ALI
bool ' Serverworks LE/HE support' CONFIG_AGP_SWORKS
+ if [ "$CONFIG_X86" = "y" ]; then
+ bool ' NVIDIA chipset support' CONFIG_AGP_NVIDIA
+ fi
if [ "$CONFIG_IA64" = "y" ]; then
bool ' HP ZX1 AGP support' CONFIG_AGP_HP_ZX1
fi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)