2006-11-11 23:11:02 +00:00
|
|
|
source "tmp/.config-target.in"
|
2006-07-20 21:06:47 +00:00
|
|
|
|
2006-04-20 23:03:42 +00:00
|
|
|
# Kernel/Hardware features
|
|
|
|
|
|
|
|
config LINUX_2_4
|
|
|
|
bool
|
|
|
|
|
|
|
|
config LINUX_2_6
|
|
|
|
bool
|
|
|
|
|
|
|
|
config PCI_SUPPORT
|
|
|
|
bool
|
|
|
|
|
|
|
|
config PCMCIA_SUPPORT
|
|
|
|
bool
|
|
|
|
|
2006-08-27 13:32:10 +00:00
|
|
|
config USB_SUPPORT
|
|
|
|
bool
|
|
|
|
|
2006-10-17 01:35:11 +00:00
|
|
|
config ATM_SUPPORT
|
|
|
|
bool
|
|
|
|
|
2007-01-21 23:56:10 +00:00
|
|
|
config VIDEO_SUPPORT
|
|
|
|
bool
|
|
|
|
|
2006-05-30 19:38:38 +00:00
|
|
|
config BIG_ENDIAN
|
|
|
|
bool
|
2006-04-20 23:03:42 +00:00
|
|
|
|
2006-09-23 22:03:23 +00:00
|
|
|
config USES_SQUASHFS
|
|
|
|
bool
|
|
|
|
|
|
|
|
config USES_JFFS2
|
|
|
|
bool
|
|
|
|
|
2006-10-17 01:25:20 +00:00
|
|
|
config USES_EXT2
|
|
|
|
bool
|
|
|
|
|
2007-02-22 03:56:54 +00:00
|
|
|
config PROFILE_KCONFIG
|
|
|
|
bool
|
|
|
|
|
2006-04-20 23:03:42 +00:00
|
|
|
# Architecture selection
|
|
|
|
|
|
|
|
config i386
|
|
|
|
bool
|
|
|
|
|
|
|
|
config mips
|
2006-10-03 19:09:39 +00:00
|
|
|
select BIG_ENDIAN
|
2006-04-20 23:03:42 +00:00
|
|
|
bool
|
|
|
|
|
|
|
|
config mipsel
|
|
|
|
bool
|
|
|
|
|
|
|
|
config arm
|
2006-04-08 17:33:18 +00:00
|
|
|
bool
|
|
|
|
|
2006-04-20 23:03:42 +00:00
|
|
|
config armeb
|
2006-10-03 19:09:39 +00:00
|
|
|
select BIG_ENDIAN
|
2006-01-10 20:45:12 +00:00
|
|
|
bool
|
2006-04-20 23:03:42 +00:00
|
|
|
|
2007-06-08 10:44:01 +00:00
|
|
|
config avr32
|
|
|
|
select BIG_ENDIAN
|
|
|
|
bool
|
|
|
|
|
2006-04-20 23:03:42 +00:00
|
|
|
config cris
|
|
|
|
bool
|
|
|
|
|
|
|
|
config m68k
|
|
|
|
bool
|
|
|
|
|
|
|
|
config powerpc
|
2006-10-03 19:09:39 +00:00
|
|
|
select BIG_ENDIAN
|
2006-04-20 23:03:42 +00:00
|
|
|
bool
|
|
|
|
|
|
|
|
config sh3
|
|
|
|
bool
|
|
|
|
|
|
|
|
config sh3eb
|
2006-10-03 19:09:39 +00:00
|
|
|
select BIG_ENDIAN
|
2006-04-20 23:03:42 +00:00
|
|
|
bool
|
|
|
|
|
|
|
|
config sh4
|
|
|
|
bool
|
|
|
|
|
|
|
|
config sh4eb
|
2006-10-03 19:09:39 +00:00
|
|
|
select BIG_ENDIAN
|
2006-04-20 23:03:42 +00:00
|
|
|
bool
|
|
|
|
|
|
|
|
config sparc
|
2006-10-03 19:09:39 +00:00
|
|
|
select BIG_ENDIAN
|
2006-04-20 23:03:42 +00:00
|
|
|
bool
|
|
|
|
|
2007-02-28 18:25:14 +00:00
|
|
|
config x86_64
|
|
|
|
bool
|
|
|
|
|
2006-04-20 23:03:42 +00:00
|
|
|
config ARCH
|
|
|
|
string
|
|
|
|
default "arm" if arm
|
|
|
|
default "armeb" if armeb
|
2007-06-08 10:44:01 +00:00
|
|
|
default "avr32" if avr32
|
2006-04-20 23:03:42 +00:00
|
|
|
default "cris" if cris
|
|
|
|
default "i386" if i386
|
|
|
|
default "m68k" if m68k
|
|
|
|
default "mips" if mips
|
2006-10-07 10:11:54 +00:00
|
|
|
default "mipsel" if mipsel
|
2006-04-20 23:03:42 +00:00
|
|
|
default "powerpc" if powerpc
|
|
|
|
default "sh3" if sh3
|
|
|
|
default "sh3eb" if sh3eb
|
|
|
|
default "sh4" if sh4
|
|
|
|
default "sh4eb" if sh4eb
|
|
|
|
default "sparc" if sparc
|
2007-02-28 18:25:14 +00:00
|
|
|
default "x86_64" if x86_64
|
2006-04-20 23:03:42 +00:00
|
|
|
|