Kconfig (c1b054d03f5b31c33eaa0b267c629b118eaf3790) Kconfig (ab1418a31619a47d78843c20b5fa2245c29824ca)
1config MIPS
2 bool
3 default y
4 # Horrible source of confusion. Die, die, die ...
5 select EMBEDDED
6
7config MIPS64
8 bool "64-bit kernel"

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

440 Features : kernel debugging, serial terminal, NFS root fs, on-board
441 ether port USB, AC97, PCI, etc.
442
443config DDB5477_BUS_FREQUENCY
444 int "bus frequency (in kHZ, 0 for auto-detect)"
445 depends on DDB5477
446 default 0
447
1config MIPS
2 bool
3 default y
4 # Horrible source of confusion. Die, die, die ...
5 select EMBEDDED
6
7config MIPS64
8 bool "64-bit kernel"

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

440 Features : kernel debugging, serial terminal, NFS root fs, on-board
441 ether port USB, AC97, PCI, etc.
442
443config DDB5477_BUS_FREQUENCY
444 int "bus frequency (in kHZ, 0 for auto-detect)"
445 depends on DDB5477
446 default 0
447
448config NEC_OSPREY
449 bool "Support for NEC Osprey board"
450 select DMA_NONCOHERENT
451 select IRQ_CPU
452
453config SGI_IP22
454 bool "Support for SGI IP22 (Indy/Indigo2)"
455 select ARC
456 select ARC32
457 select BOOT_ELF32
458 select DMA_NONCOHERENT
459 select IP22_CPU_SCACHE
460 select IRQ_CPU

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

969 depends on LASAT
970 default y
971
972config MIPS_DISABLE_OBSOLETE_IDE
973 bool
974
975config CPU_LITTLE_ENDIAN
976 bool "Generate little endian code"
448config SGI_IP22
449 bool "Support for SGI IP22 (Indy/Indigo2)"
450 select ARC
451 select ARC32
452 select BOOT_ELF32
453 select DMA_NONCOHERENT
454 select IP22_CPU_SCACHE
455 select IRQ_CPU

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

964 depends on LASAT
965 default y
966
967config MIPS_DISABLE_OBSOLETE_IDE
968 bool
969
970config CPU_LITTLE_ENDIAN
971 bool "Generate little endian code"
977 default y if ACER_PICA_61 || CASIO_E55 || DDB5074 || DDB5476 || DDB5477 || MACH_DECSTATION || IBM_WORKPAD || LASAT || MIPS_COBALT || MIPS_ITE8172 || MIPS_IVR || SOC_AU1X00 || NEC_OSPREY || OLIVETTI_M700 || SNI_RM200_PCI || VICTOR_MPC30X || ZAO_CAPCELLA
972 default y if ACER_PICA_61 || CASIO_E55 || DDB5074 || DDB5476 || DDB5477 || MACH_DECSTATION || IBM_WORKPAD || LASAT || MIPS_COBALT || MIPS_ITE8172 || MIPS_IVR || SOC_AU1X00 || OLIVETTI_M700 || SNI_RM200_PCI || VICTOR_MPC30X || ZAO_CAPCELLA
978 default n if MIPS_EV64120 || MIPS_EV96100 || MOMENCO_OCELOT || MOMENCO_OCELOT_G || SGI_IP22 || SGI_IP27 || SGI_IP32 || TOSHIBA_JMR3927
979 help
980 Some MIPS machines can be configured for either little or big endian
981 byte order. These modes require different kernels. Say Y if your
982 machine is little endian, N if it's a big endian machine.
983
984config IRQ_CPU
985 bool

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

1086config ARC32
1087 bool
1088 depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP22 || SGI_IP32
1089 default y
1090
1091config HAVE_STD_PC_SERIAL_PORT
1092 bool
1093
973 default n if MIPS_EV64120 || MIPS_EV96100 || MOMENCO_OCELOT || MOMENCO_OCELOT_G || SGI_IP22 || SGI_IP27 || SGI_IP32 || TOSHIBA_JMR3927
974 help
975 Some MIPS machines can be configured for either little or big endian
976 byte order. These modes require different kernels. Say Y if your
977 machine is little endian, N if it's a big endian machine.
978
979config IRQ_CPU
980 bool

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

1081config ARC32
1082 bool
1083 depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP22 || SGI_IP32
1084 default y
1085
1086config HAVE_STD_PC_SERIAL_PORT
1087 bool
1088
1094config VR4181
1095 bool
1096 depends on NEC_OSPREY
1097 default y
1098
1099config ARC_CONSOLE
1100 bool "ARC console support"
1101 depends on SGI_IP22 || SNI_RM200_PCI
1102
1103config ARC_MEMORY
1104 bool
1105 depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP32
1106 default y

--- 529 unchanged lines hidden ---
1089config ARC_CONSOLE
1090 bool "ARC console support"
1091 depends on SGI_IP22 || SNI_RM200_PCI
1092
1093config ARC_MEMORY
1094 bool
1095 depends on MACH_JAZZ || SNI_RM200_PCI || SGI_IP32
1096 default y

--- 529 unchanged lines hidden ---