Home | History | Annotate | Line # | Download | only in conf
GENERIC32_IP12 revision 1.1
      1 #
      2 # sgimips GENERIC kernel for IP12
      3 #
      4 # The IP12 is very, very similar to the IP2x, with one important difference:
      5 # it is MIPS1.  This means that we cannot produce a kernel that works on both
      6 # architectures.
      7 #
      8 # To keep things simple, include the IP2x kernel config and "no option" the
      9 # offending bits.
     10 
     11 # Pull in standard `install' config
     12 include 	"arch/sgimips/conf/GENERIC32_IP2x"
     13 
     14 no options	MIPS3
     15 options		MIPS1
     16 no options	INDY_R4600_CACHE
     17 
     18 no makeoptions	TEXTADDR
     19 makeoptions	TEXTADDR=0x80002000
     20