aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesper Nilsson <jesper.nilsson@axis.com>2007-11-14 20:01:04 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-11-14 21:45:46 -0500
commitf150f35232daaedd86e46d2581e3b7eb40e2c360 (patch)
treeff7640b4f0850de8c4c252e8ecbe856b959c7ddd
parent5af26b1862a49770e6cf7a297ddd9fd8421b01fe (diff)
cris build fixes: defconfig updates
Remove some unused config lines, and add some others that needs to be off for a succesful compile. This is the minimal set of changes for 2.6.23. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com> Acked-by: Mikael Starvik <starvik@axis.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--arch/cris/defconfig76
1 files changed, 33 insertions, 43 deletions
diff --git a/arch/cris/defconfig b/arch/cris/defconfig
index 142a10818af3..e2d81859ee15 100644
--- a/arch/cris/defconfig
+++ b/arch/cris/defconfig
@@ -276,6 +276,7 @@ CONFIG_MTDRAM_ABS_POS=0x0
276# CONFIG_BLK_DEV_FD is not set 276# CONFIG_BLK_DEV_FD is not set
277# CONFIG_BLK_DEV_COW_COMMON is not set 277# CONFIG_BLK_DEV_COW_COMMON is not set
278# CONFIG_BLK_DEV_LOOP is not set 278# CONFIG_BLK_DEV_LOOP is not set
279# CONFIG_BLK_DEV_CRYPTOLOOP is not set
279# CONFIG_BLK_DEV_NBD is not set 280# CONFIG_BLK_DEV_NBD is not set
280# CONFIG_BLK_DEV_UB is not set 281# CONFIG_BLK_DEV_UB is not set
281CONFIG_BLK_DEV_RAM=y 282CONFIG_BLK_DEV_RAM=y
@@ -302,16 +303,14 @@ CONFIG_IOSCHED_CFQ=y
302# 303#
303# ATA/ATAPI/MFM/RLL support 304# ATA/ATAPI/MFM/RLL support
304# 305#
305CONFIG_IDE=y 306# CONFIG_IDE is not set
306CONFIG_BLK_DEV_IDE=y 307# CONFIG_PARIDE is not set
307 308
308# 309#
309# Please see Documentation/ide.txt for help/info on IDE drives 310# Please see Documentation/ide.txt for help/info on IDE drives
310# 311#
311# CONFIG_BLK_DEV_IDE_SATA is not set 312# CONFIG_BLK_DEV_IDE_SATA is not set
312CONFIG_BLK_DEV_IDEDISK=y
313# CONFIG_IDEDISK_MULTI_MODE is not set 313# CONFIG_IDEDISK_MULTI_MODE is not set
314CONFIG_BLK_DEV_IDECD=y
315# CONFIG_BLK_DEV_IDETAPE is not set 314# CONFIG_BLK_DEV_IDETAPE is not set
316# CONFIG_BLK_DEV_IDEFLOPPY is not set 315# CONFIG_BLK_DEV_IDEFLOPPY is not set
317# CONFIG_IDE_TASK_IOCTL is not set 316# CONFIG_IDE_TASK_IOCTL is not set
@@ -321,7 +320,6 @@ CONFIG_BLK_DEV_IDECD=y
321# 320#
322# CONFIG_IDE_GENERIC is not set 321# CONFIG_IDE_GENERIC is not set
323# CONFIG_IDE_ARM is not set 322# CONFIG_IDE_ARM is not set
324CONFIG_BLK_DEV_IDEDMA=y
325# CONFIG_IDEDMA_AUTO is not set 323# CONFIG_IDEDMA_AUTO is not set
326# CONFIG_BLK_DEV_HD is not set 324# CONFIG_BLK_DEV_HD is not set
327 325
@@ -329,6 +327,7 @@ CONFIG_BLK_DEV_IDEDMA=y
329# SCSI device support 327# SCSI device support
330# 328#
331# CONFIG_SCSI is not set 329# CONFIG_SCSI is not set
330# CONFIG_ISCSI_TCP is not set
332 331
333# 332#
334# IEEE 1394 (FireWire) support 333# IEEE 1394 (FireWire) support
@@ -414,26 +413,11 @@ CONFIG_NETFILTER=y
414# CONFIG_NET_POLL_CONTROLLER is not set 413# CONFIG_NET_POLL_CONTROLLER is not set
415# CONFIG_HAMRADIO is not set 414# CONFIG_HAMRADIO is not set
416# CONFIG_IRDA is not set 415# CONFIG_IRDA is not set
417CONFIG_BT=y 416# CONFIG_AF_RXRPC is not set
418CONFIG_BT_L2CAP=y 417# CONFIG_AF_RXRPC_DEBUG is not set
419# CONFIG_BT_SCO is not set 418# CONFIG_BT is not set
420CONFIG_BT_RFCOMM=y 419# CONFIG_I2C is not set
421# CONFIG_BT_RFCOMM_TTY is not set 420
422CONFIG_BT_BNEP=y
423# CONFIG_BT_BNEP_MC_FILTER is not set
424# CONFIG_BT_BNEP_PROTO_FILTER is not set
425# CONFIG_BT_HIDP is not set
426
427#
428# Bluetooth device drivers
429#
430CONFIG_BT_HCIUSB=y
431# CONFIG_BT_HCIUSB_SCO is not set
432# CONFIG_BT_HCIUART is not set
433# CONFIG_BT_HCIBCM203X is not set
434# CONFIG_BT_HCIBPA10X is not set
435# CONFIG_BT_HCIBFUSB is not set
436# CONFIG_BT_HCIVHCI is not set
437CONFIG_NETDEVICES=y 421CONFIG_NETDEVICES=y
438# CONFIG_DUMMY is not set 422# CONFIG_DUMMY is not set
439# CONFIG_BONDING is not set 423# CONFIG_BONDING is not set
@@ -485,31 +469,17 @@ CONFIG_NET_ETHERNET=y
485# 469#
486# Input device support 470# Input device support
487# 471#
488CONFIG_INPUT=y 472# CONFIG_INPUT is not set
489
490#
491# Userland interfaces
492#
493CONFIG_INPUT_MOUSEDEV=y
494CONFIG_INPUT_MOUSEDEV_PSAUX=y
495CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
496CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
497# CONFIG_INPUT_JOYDEV is not set
498# CONFIG_INPUT_TSDEV is not set
499# CONFIG_INPUT_EVDEV is not set
500# CONFIG_INPUT_EVBUG is not set
501 473
502# 474#
503# Input I/O drivers 475# Input I/O drivers
504# 476#
505# CONFIG_GAMEPORT is not set
506CONFIG_SOUND_GAMEPORT=y
507CONFIG_SERIO=y 477CONFIG_SERIO=y
508# CONFIG_SERIO_I8042 is not set 478# CONFIG_SERIO_I8042 is not set
509# CONFIG_SERIO_SERPORT is not set 479# CONFIG_SERIO_SERPORT is not set
510# CONFIG_SERIO_CT82C710 is not set 480# CONFIG_SERIO_LIBPS2 is not set
511CONFIG_SERIO_LIBPS2=y
512# CONFIG_SERIO_RAW is not set 481# CONFIG_SERIO_RAW is not set
482# CONFIG_GAMEPORT is not set
513 483
514# 484#
515# Input Device Drivers 485# Input Device Drivers
@@ -525,6 +495,7 @@ CONFIG_MOUSE_PS2=y
525# CONFIG_MOUSE_SERIAL is not set 495# CONFIG_MOUSE_SERIAL is not set
526# CONFIG_MOUSE_VSXXXAA is not set 496# CONFIG_MOUSE_VSXXXAA is not set
527# CONFIG_INPUT_JOYSTICK is not set 497# CONFIG_INPUT_JOYSTICK is not set
498# CONFIG_INPUT_TABLET is not set
528# CONFIG_INPUT_TOUCHSCREEN is not set 499# CONFIG_INPUT_TOUCHSCREEN is not set
529# CONFIG_INPUT_MISC is not set 500# CONFIG_INPUT_MISC is not set
530 501
@@ -542,6 +513,8 @@ CONFIG_MOUSE_PS2=y
542# 513#
543# Non-8250 serial port support 514# Non-8250 serial port support
544# 515#
516CONFIG_SERIAL_CORE=y
517CONFIG_SERIAL_CORE_CONSOLE=y
545CONFIG_UNIX98_PTYS=y 518CONFIG_UNIX98_PTYS=y
546CONFIG_LEGACY_PTYS=y 519CONFIG_LEGACY_PTYS=y
547CONFIG_LEGACY_PTY_COUNT=256 520CONFIG_LEGACY_PTY_COUNT=256
@@ -559,6 +532,8 @@ CONFIG_LEGACY_PTY_COUNT=256
559# CONFIG_GEN_RTC is not set 532# CONFIG_GEN_RTC is not set
560# CONFIG_DTLK is not set 533# CONFIG_DTLK is not set
561# CONFIG_R3964 is not set 534# CONFIG_R3964 is not set
535# CONFIG_RTC_LIB is not set
536# CONFIG_RTC_CLASS is not set
562 537
563# 538#
564# Ftape, the floppy tape device driver 539# Ftape, the floppy tape device driver
@@ -660,7 +635,9 @@ CONFIG_NFS_V3=y
660# CONFIG_NFSD is not set 635# CONFIG_NFSD is not set
661CONFIG_LOCKD=y 636CONFIG_LOCKD=y
662CONFIG_LOCKD_V4=y 637CONFIG_LOCKD_V4=y
638CONFIG_NFS_COMMON=y
663CONFIG_SUNRPC=y 639CONFIG_SUNRPC=y
640# CONFIG_SUNRPC_BIND34 is not set
664# CONFIG_RPCSEC_GSS_KRB5 is not set 641# CONFIG_RPCSEC_GSS_KRB5 is not set
665# CONFIG_RPCSEC_GSS_SPKM3 is not set 642# CONFIG_RPCSEC_GSS_SPKM3 is not set
666# CONFIG_SMB_FS is not set 643# CONFIG_SMB_FS is not set
@@ -686,9 +663,21 @@ CONFIG_MSDOS_PARTITION=y
686# CONFIG_SOUND is not set 663# CONFIG_SOUND is not set
687 664
688# 665#
666# Generic devices
667#
668# CONFIG_SND_MPU401_UART is not set
669# CONFIG_SND_DUMMY is not set
670# CONFIG_SND_VIRMIDI is not set
671# CONFIG_SND_MTPAV is not set
672# CONFIG_SND_SERIAL_U16550 is not set
673# CONFIG_SND_MPU401 is not set
674
675#
689# PCCARD (PCMCIA/CardBus) support 676# PCCARD (PCMCIA/CardBus) support
690# 677#
691# CONFIG_PCCARD is not set 678# CONFIG_PCCARD is not set
679# CONFIG_PARPORT_PC_PCMCIA is not set
680# CONFIG_NET_PCMCIA is not set
692 681
693# 682#
694# PC-card bridges 683# PC-card bridges
@@ -734,6 +723,7 @@ CONFIG_USB_DEVICEFS=y
734# USB Input Devices 723# USB Input Devices
735# 724#
736# CONFIG_USB_HID is not set 725# CONFIG_USB_HID is not set
726# HID_SUPPORT is not set
737 727
738# 728#
739# USB HID Boot Protocol drivers 729# USB HID Boot Protocol drivers
@@ -829,7 +819,7 @@ CONFIG_USB_RTL8150=y
829 819
830# 820#
831# Hardware crypto devices 821# Hardware crypto devices
832# 822# CONFIG_CRYPTO_HW is not set
833 823
834# 824#
835# Library routines 825# Library routines