sparc: refactor Kconfig a little
Mode declaration of SPARC up in the top to match the structure of sparc64 Kconfig Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5bb28a57a2
commit
35da3e3914
1 changed files with 24 additions and 23 deletions
|
@ -4,6 +4,30 @@
|
||||||
|
|
||||||
mainmenu "Linux/SPARC Kernel Configuration"
|
mainmenu "Linux/SPARC Kernel Configuration"
|
||||||
|
|
||||||
|
config SPARC
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
select HAVE_IDE
|
||||||
|
select HAVE_OPROFILE
|
||||||
|
select HAVE_ARCH_KGDB if !SMP
|
||||||
|
select HAVE_ARCH_TRACEHOOK
|
||||||
|
select ARCH_WANT_OPTIONAL_GPIOLIB
|
||||||
|
select RTC_CLASS
|
||||||
|
select RTC_DRV_M48T59
|
||||||
|
|
||||||
|
# Identify this as a Sparc32 build
|
||||||
|
config SPARC32
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
help
|
||||||
|
SPARC is a family of RISC microprocessors designed and marketed by
|
||||||
|
Sun Microsystems, incorporated. They are very widely found in Sun
|
||||||
|
workstations and clones. This port covers the original 32-bit SPARC;
|
||||||
|
it is old and stable and usually considered one of the "big three"
|
||||||
|
along with the Intel and Alpha ports. The UltraLinux project
|
||||||
|
maintains both the SPARC32 and SPARC64 ports; its web page is
|
||||||
|
available at <http://www.ultralinux.org/>.
|
||||||
|
|
||||||
config MMU
|
config MMU
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
@ -69,29 +93,6 @@ config NR_CPUS
|
||||||
depends on SMP
|
depends on SMP
|
||||||
default "32"
|
default "32"
|
||||||
|
|
||||||
config SPARC
|
|
||||||
bool
|
|
||||||
default y
|
|
||||||
select HAVE_IDE
|
|
||||||
select HAVE_OPROFILE
|
|
||||||
select HAVE_ARCH_KGDB if !SMP
|
|
||||||
select HAVE_ARCH_TRACEHOOK
|
|
||||||
select ARCH_WANT_OPTIONAL_GPIOLIB
|
|
||||||
select RTC_CLASS
|
|
||||||
select RTC_DRV_M48T59
|
|
||||||
|
|
||||||
# Identify this as a Sparc32 build
|
|
||||||
config SPARC32
|
|
||||||
bool
|
|
||||||
default y
|
|
||||||
help
|
|
||||||
SPARC is a family of RISC microprocessors designed and marketed by
|
|
||||||
Sun Microsystems, incorporated. They are very widely found in Sun
|
|
||||||
workstations and clones. This port covers the original 32-bit SPARC;
|
|
||||||
it is old and stable and usually considered one of the "big three"
|
|
||||||
along with the Intel and Alpha ports. The UltraLinux project
|
|
||||||
maintains both the SPARC32 and SPARC64 ports; its web page is
|
|
||||||
available at <http://www.ultralinux.org/>.
|
|
||||||
|
|
||||||
# Global things across all Sun machines.
|
# Global things across all Sun machines.
|
||||||
config ISA
|
config ISA
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue