···5555 depends on SMP5656 default "32"57575858+config SPARC5959+ bool6060+ default y6161+5862# Identify this as a Sparc32 build5963config SPARC326064 bool
+1-1
arch/sparc/kernel/sys_sunos.c
···894894 ret = ARG_MAX;895895 break;896896 case _SC_CHILD_MAX:897897- ret = CHILD_MAX;897897+ ret = -1; /* no limit */898898 break;899899 case _SC_CLK_TCK:900900 ret = HZ;
···854854 ret = ARG_MAX;855855 break;856856 case _SC_CHILD_MAX:857857- ret = CHILD_MAX;857857+ ret = -1; /* no limit */858858 break;859859 case _SC_CLK_TCK:860860 ret = HZ;
+1-1
arch/sparc64/solaris/misc.c
···353353{354354 switch (id) {355355 case SOLARIS_CONFIG_NGROUPS: return NGROUPS_MAX;356356- case SOLARIS_CONFIG_CHILD_MAX: return CHILD_MAX;356356+ case SOLARIS_CONFIG_CHILD_MAX: return -1; /* no limit */357357 case SOLARIS_CONFIG_OPEN_FILES: return OPEN_MAX;358358 case SOLARIS_CONFIG_POSIX_VER: return 199309;359359 case SOLARIS_CONFIG_PAGESIZE: return PAGE_SIZE;
+2-2
drivers/char/Kconfig
···687687688688config RTC689689 tristate "Enhanced Real Time Clock Support"690690- depends on !PPC32 && !PARISC && !IA64 && !M68K && (!(SPARC32 || SPARC64) || PCI)690690+ depends on !PPC32 && !PARISC && !IA64 && !M68K && (!SPARC || PCI)691691 ---help---692692 If you say Y here and create a character special file /dev/rtc with693693 major number 10 and minor number 135 using mknod ("man mknod"), you···735735736736config GEN_RTC737737 tristate "Generic /dev/rtc emulation"738738- depends on RTC!=y && !IA64 && !ARM && !M32R && !SPARC32 && !SPARC64738738+ depends on RTC!=y && !IA64 && !ARM && !M32R && !SPARC739739 ---help---740740 If you say Y here and create a character special file /dev/rtc with741741 major number 10 and minor number 135 using mknod ("man mknod"), you
···26262727config FC4_SOC2828 tristate "Sun SOC/Sbus"2929- depends on FC4!=n && (SPARC32 || SPARC64)2929+ depends on FC4!=n && SPARC3030 help3131 Serial Optical Channel is an interface card with one or two Fibre3232 Optic ports, each of which can be connected to a disk array. Note···38383939config FC4_SOCAL4040 tristate "Sun SOC+ (aka SOCAL)"4141- depends on FC4!=n && (SPARC32 || SPARC64)4141+ depends on FC4!=n && SPARC4242 ---help---4343 Serial Optical Channel Plus is an interface card with up to two4444 Fibre Optic ports. This card supports FC Arbitrated Loop (usually···6262 be called pluto.63636464config SCSI_FCAL6565- tristate "Sun Enterprise Network Array (A5000 and EX500)" if SPARC32 || SPARC646565+ tristate "Sun Enterprise Network Array (A5000 and EX500)" if SPARC6666 depends on FC4!=n && SCSI6767 help6868 This driver drives FC-AL disks connected through a Fibre Channel···75757676config SCSI_FCAL7777 prompt "Generic FC-AL disk driver"7878- depends on FC4!=n && SCSI && !SPARC32 && !SPARC647878+ depends on FC4!=n && SCSI && !SPARC79798080endmenu8181
+1-1
drivers/input/misc/Kconfig
···26262727config INPUT_SPARCSPKR2828 tristate "SPARC Speaker support"2929- depends on PCI && (SPARC32 || SPARC64)2929+ depends on PCI && SPARC3030 help3131 Say Y here if you want the standard Speaker on Sparc PCI systems3232 to be used for bells and whistles.
···62626363config MTD_SUN_UFLASH6464 tristate "Sun Microsystems userflash support"6565- depends on (SPARC32 || SPARC64) && MTD_CFI6565+ depends on SPARC && MTD_CFI6666 help6767 This provides a 'mapping' driver which supports the way in6868 which user-programmable flash chips are connected on various
···1010# The new 8250/16550 serial drivers1111config SERIAL_82501212 tristate "8250/16550 and compatible serial support"1313- depends on (BROKEN || !(SPARC64 || SPARC32))1313+ depends on (BROKEN || !SPARC)1414 select SERIAL_CORE1515 ---help---1616 This selects whether you want to include the driver for the standard···469469470470config SERIAL_SUNCORE471471 bool472472- depends on SPARC32 || SPARC64472472+ depends on SPARC473473 select SERIAL_CORE474474 select SERIAL_CORE_CONSOLE475475 default y476476477477config SERIAL_SUNZILOG478478 tristate "Sun Zilog8530 serial support"479479- depends on SPARC32 || SPARC64479479+ depends on SPARC480480 help481481 This driver supports the Zilog8530 serial ports found on many Sparc482482 systems. Say Y or M if you want to be able to these serial ports.···491491492492config SERIAL_SUNSU493493 tristate "Sun SU serial support"494494- depends on (SPARC32 || SPARC64) && PCI494494+ depends on SPARC && PCI495495 help496496 This driver supports the 8250 serial ports that run the keyboard and497497 mouse on (PCI) UltraSPARC systems. Say Y or M if you want to be able···547547548548config SERIAL_SUNSAB549549 tristate "Sun Siemens SAB82532 serial support"550550- depends on (SPARC32 || SPARC64) && PCI550550+ depends on SPARC && PCI551551 help552552 This driver supports the Siemens SAB82532 DUSCC serial ports on newer553553 (PCI) UltraSPARC systems. Say Y or M if you want to be able to these
···6677config VGA_CONSOLE88 bool "VGA text console" if EMBEDDED || !X8699- depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC32 && !SPARC64 && !M68K && !PARISC && !ARCH_VERSATILE99+ depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC && !M68K && !PARISC && !ARCH_VERSATILE1010 default y1111 help1212 Saying Y here will allow you to use Linux in text mode through a···68686969config PROM_CONSOLE7070 bool "PROM console"7171- depends on SPARC32 || SPARC647171+ depends on SPARC7272 help7373 Say Y to build a console driver for Sun machines that uses the7474 terminal emulation built into their console PROMS.···136136config FONT_8x8137137 bool "VGA 8x8 font" if FONTS138138 depends on FRAMEBUFFER_CONSOLE || STI_CONSOLE139139- default y if !SPARC32 && !SPARC64 && !FONTS139139+ default y if !SPARC && !FONTS140140 help141141 This is the "high resolution" font for the VGA frame buffer (the one142142 provided by the text console 80x50 (and higher) modes).···150150config FONT_8x16151151 bool "VGA 8x16 font" if FONTS152152 depends on FRAMEBUFFER_CONSOLE || SGI_NEWPORT_CONSOLE=y || STI_CONSOLE || USB_SISUSBVGA_CON 153153- default y if !SPARC32 && !SPARC64 && !FONTS153153+ default y if !SPARC && !FONTS154154 help155155 This is the "high resolution" font for the VGA frame buffer (the one156156 provided by the VGA text console 80x25 mode.···160160config FONT_6x11161161 bool "Mac console 6x11 font (not supported by all drivers)" if FONTS162162 depends on FRAMEBUFFER_CONSOLE || STI_CONSOLE163163- default y if !SPARC32 && !SPARC64 && !FONTS && MAC163163+ default y if !SPARC && !FONTS && MAC164164 help165165 Small console font with Macintosh-style high-half glyphs. Some Mac166166 framebuffer drivers don't support this one at all.···176176config FONT_PEARL_8x8177177 bool "Pearl (old m68k) console 8x8 font" if FONTS178178 depends on FRAMEBUFFER_CONSOLE179179- default y if !SPARC32 && !SPARC64 && !FONTS && AMIGA179179+ default y if !SPARC && !FONTS && AMIGA180180 help181181 Small console font with PC-style control-character and high-half182182 glyphs.···184184config FONT_ACORN_8x8185185 bool "Acorn console 8x8 font" if FONTS186186 depends on FRAMEBUFFER_CONSOLE187187- default y if !SPARC32 && !SPARC64 && !FONTS && ARM && ARCH_ACORN187187+ default y if !SPARC && !FONTS && ARM && ARCH_ACORN188188 help189189 Small console font with PC-style control characters and high-half190190 glyphs.191191192192config FONT_MINI_4x6193193 bool "Mini 4x6 font"194194- depends on !SPARC32 && !SPARC64 && FONTS194194+ depends on !SPARC && FONTS195195196196config FONT_SUN8x16197197 bool "Sparc console 8x16 font"198198- depends on FRAMEBUFFER_CONSOLE && (!SPARC32 && !SPARC64 && FONTS || SPARC32 || SPARC64)198198+ depends on FRAMEBUFFER_CONSOLE && (!SPARC && FONTS || SPARC)199199 help200200 This is the high resolution console font for Sun machines. Say Y.201201202202config FONT_SUN12x22203203 bool "Sparc console 12x22 font (not supported by all drivers)"204204- depends on FRAMEBUFFER_CONSOLE && (!SPARC32 && !SPARC64 && FONTS || SPARC32 || SPARC64)204204+ depends on FRAMEBUFFER_CONSOLE && (!SPARC && FONTS || SPARC)205205 help206206 This is the high resolution console font for Sun machines with very207207 big letters (like the letters used in the SPARC PROM). If the
+1-1
drivers/video/logo/Kconfig
···47474848config LOGO_SUN_CLUT2244949 bool "224-color Sun Linux logo"5050- depends on LOGO && (SPARC32 || SPARC64)5050+ depends on LOGO && SPARC5151 default y52525353config LOGO_SUPERH_MONO
+1-1
fs/partitions/Kconfig
···203203204204config SUN_PARTITION205205 bool "Sun partition tables support" if PARTITION_ADVANCED206206- default y if (SPARC32 || SPARC64 || SUN3 || SUN3X)206206+ default y if (SPARC || SUN3 || SUN3X)207207 ---help---208208 Like most systems, SunOS uses its own hard disk partition table209209 format, incompatible with all others. Saying Y here allows you to