2006-11-12 07:11:02 +08:00
|
|
|
source "tmp/.config-target.in"
|
2006-07-21 05:06:47 +08:00
|
|
|
|
2006-04-21 07:03:42 +08:00
|
|
|
# Kernel/Hardware features
|
|
|
|
|
|
|
|
config LINUX_2_4
|
|
|
|
bool
|
|
|
|
|
|
|
|
config LINUX_2_6
|
|
|
|
bool
|
|
|
|
|
2007-10-26 05:08:46 +08:00
|
|
|
config DISPLAY_SUPPORT
|
|
|
|
bool
|
|
|
|
|
2008-04-20 17:46:45 +08:00
|
|
|
config GPIO_SUPPORT
|
|
|
|
bool
|
|
|
|
|
2006-04-21 07:03:42 +08:00
|
|
|
config PCI_SUPPORT
|
|
|
|
bool
|
|
|
|
|
|
|
|
config PCMCIA_SUPPORT
|
|
|
|
bool
|
|
|
|
|
2006-08-27 21:32:10 +08:00
|
|
|
config USB_SUPPORT
|
|
|
|
bool
|
|
|
|
|
2006-05-31 03:38:38 +08:00
|
|
|
config BIG_ENDIAN
|
|
|
|
bool
|
2006-04-21 07:03:42 +08:00
|
|
|
|
2006-09-24 06:03:23 +08:00
|
|
|
config USES_SQUASHFS
|
|
|
|
bool
|
|
|
|
|
|
|
|
config USES_JFFS2
|
|
|
|
bool
|
|
|
|
|
2006-10-17 09:25:20 +08:00
|
|
|
config USES_EXT2
|
|
|
|
bool
|
|
|
|
|
2007-07-18 22:11:44 +08:00
|
|
|
config USES_TGZ
|
|
|
|
bool
|
|
|
|
|
2008-01-29 21:56:43 +08:00
|
|
|
config USES_CPIOGZ
|
|
|
|
bool
|
|
|
|
|
2007-02-22 11:56:54 +08:00
|
|
|
config PROFILE_KCONFIG
|
|
|
|
bool
|
|
|
|
|
2006-04-21 07:03:42 +08:00
|
|
|
# Architecture selection
|
|
|
|
|
|
|
|
config i386
|
|
|
|
bool
|
2007-07-09 00:11:40 +08:00
|
|
|
|
|
|
|
config i686
|
|
|
|
bool
|
|
|
|
|
2006-04-21 07:03:42 +08:00
|
|
|
config mips
|
2006-10-04 03:09:39 +08:00
|
|
|
select BIG_ENDIAN
|
2006-04-21 07:03:42 +08:00
|
|
|
bool
|
|
|
|
|
|
|
|
config mipsel
|
|
|
|
bool
|
|
|
|
|
|
|
|
config arm
|
2006-04-09 01:33:18 +08:00
|
|
|
bool
|
|
|
|
|
2006-04-21 07:03:42 +08:00
|
|
|
config armeb
|
2006-10-04 03:09:39 +08:00
|
|
|
select BIG_ENDIAN
|
2006-01-11 04:45:12 +08:00
|
|
|
bool
|
2006-04-21 07:03:42 +08:00
|
|
|
|
2007-06-08 18:44:01 +08:00
|
|
|
config avr32
|
|
|
|
select BIG_ENDIAN
|
|
|
|
bool
|
|
|
|
|
2006-04-21 07:03:42 +08:00
|
|
|
config cris
|
|
|
|
bool
|
|
|
|
|
|
|
|
config m68k
|
|
|
|
bool
|
|
|
|
|
|
|
|
config powerpc
|
2006-10-04 03:09:39 +08:00
|
|
|
select BIG_ENDIAN
|
2006-04-21 07:03:42 +08:00
|
|
|
bool
|
|
|
|
|
|
|
|
config sh3
|
|
|
|
bool
|
|
|
|
|
|
|
|
config sh3eb
|
2006-10-04 03:09:39 +08:00
|
|
|
select BIG_ENDIAN
|
2006-04-21 07:03:42 +08:00
|
|
|
bool
|
|
|
|
|
|
|
|
config sh4
|
|
|
|
bool
|
|
|
|
|
|
|
|
config sh4eb
|
2006-10-04 03:09:39 +08:00
|
|
|
select BIG_ENDIAN
|
2006-04-21 07:03:42 +08:00
|
|
|
bool
|
|
|
|
|
|
|
|
config sparc
|
2006-10-04 03:09:39 +08:00
|
|
|
select BIG_ENDIAN
|
2006-04-21 07:03:42 +08:00
|
|
|
bool
|
|
|
|
|
2007-03-01 02:25:14 +08:00
|
|
|
config x86_64
|
|
|
|
bool
|
|
|
|
|
2006-04-21 07:03:42 +08:00
|
|
|
config ARCH
|
|
|
|
string
|
|
|
|
default "arm" if arm
|
|
|
|
default "armeb" if armeb
|
2007-06-08 18:44:01 +08:00
|
|
|
default "avr32" if avr32
|
2006-04-21 07:03:42 +08:00
|
|
|
default "cris" if cris
|
|
|
|
default "i386" if i386
|
2007-07-09 00:11:40 +08:00
|
|
|
default "i686" if i686
|
2006-04-21 07:03:42 +08:00
|
|
|
default "m68k" if m68k
|
|
|
|
default "mips" if mips
|
2006-10-07 18:11:54 +08:00
|
|
|
default "mipsel" if mipsel
|
2006-04-21 07:03:42 +08: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-03-01 02:25:14 +08:00
|
|
|
default "x86_64" if x86_64
|
2006-04-21 07:03:42 +08:00
|
|
|
|