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